|
|
|
|
|
by rpodraza
134 days ago
|
|
I think you are completely oblivious to the problems plaguing the NPM ecosystem. When you start a typical frontend project using modern technology, you will introduce hundreds, if not thousands of small packages. These packages get new security holes daily, are often maintained by single people, are subject to being removed, to the supply chain attacks, download random crap from github, etc. Each of them should ideally be approved and monitored for changes, uploaded to the company repo to avoid build problem when it gets taken down, etc. Compare this to Java ecosystem where a typical project will get an order of magnitude fewer packages, from vendors you can mostly trust. |
|