I haven’t heard any updates, but I don’t think it’s a solvable issue for Node.js.
One thing we can do as developers is move to Deno and use it as our JavaScript package manager. It can install packages from NPM, and it runs server side JavaScript in a sandbox by default so the NPM package installation exploits will not work.
I haven’t heard any updates, but I don’t think it’s a solvable issue for Node.js.
One thing we can do as developers is move to Deno and use it as our JavaScript package manager. It can install packages from NPM, and it runs server side JavaScript in a sandbox by default so the NPM package installation exploits will not work.
Take an upvote. TIL. Thanks!
Take an upvote.
TIL. Thanks!