|
|
|
|
|
by nirvdrum
55 days ago
|
|
The lack of a comprehensive standard library for JavaScript also results in projects pulling many more third party dependencies than you would with most other modern environments. It’s just a bigger attack surface. And if you can compromise a module used for basic functionality that you’d get out of the box elsewhere, the blast radius will be enormous. |
|
Needless to say I’m running all my JS tools in a Docker container these days.