Hacker News new | ask | show | jobs
by conceptme 1815 days ago
It's usually a bit silly, yes i trust the author of this directory but I have no clue about the authors under node_modules.
1 comments

Yeah I think people really underestimate how massive of a security liability node modules are in the way the system currently works.

Fixing it should really be given top priority, but doesn't look to be a very popular subject when you compare it to some of the others such as whether or not ESLint should become a NodeJS core module ...

NPM is one of the most dangerous implementations, but the whole concept of pulling in thousands of unknown dependencies is dangerous on its own, even in other languages.