Hacker News new | ask | show | jobs
by petjuh 45 days ago
The reason is that auto-updates and CI tools have reached a critical saturation and everybody uses them. Years ago, `npm install` would have been more likely to be run manually, and only if something in the build breaks - which means once in a blue moon. Supply chain attacks depend on people (or more likely, pipelines) mindlessly auto-updating packages as soon as they are released.
1 comments

it's almost like we need a better way to understand what's in a package update than the "semantic versioning" honor system!