I feel like security is a big issue for the JS eco-system. Every app replies on at 10 if not more modules. Each of those modules then imports a bunch of other modules. You often end up with 100+ modules in node_modules/
Is this as big an issue as I think it is? Who checks the code? I would love to get HNers view on this.