(no title)
blobs | 6 years ago
Just take an average startups web project node_modules directory, what's inside there? Hundreds and hundreds of packages of which most are dependencies of other packages. Anyone could have written it! Novice devs swear by using Typescript, but at the same time using hundreds of black boxes that can easily contain stuff way more damaging that a string applied to a number..
Remember left-pad? That was an easy one to fix, but still caused damage at large scale. What about a vulnerability in a larger and more complex package, owned by some bad party?
jannes|6 years ago
I'm currently investigating rollup because it only has 3 dependencies (2 of which are @types)
marcus_holmes|6 years ago
rmilejczz|6 years ago