LaSaucisseMasquee@jlai.lutoProgramming@programming.dev•Why is the Node ecosystem so demanding?
322·
1 year agoIf you set the versions of your dependencies in the package.json file, you’ll reinstall exactly the same ones.
You may get new vulnerability warnings popping up, but what is the issue here ? You’d rather not be aware that a vulnerability has been found since your last development ?
If you are not happy with others modules, dev your own and no one will let you know about security issues 😝
Yeah we all wanna do that, but nobody writes perfect code.