Comment on Why is the Node ecosystem so demanding?

<- View Parent
lysdexic@programming.dev ⁨10⁩ ⁨months⁩ ago

Then you’ll end up with tons of vulnerabilities within days.

You only end up with vulnerabilities if you refuse to update your dependencies. Updating a dependency is something you need to do yourself, along with running build validation tests after a successful update. Just because npm can download newer packages that does not mean those packages are good.

source
Sort:hotnewtop