A single Node of failure
A single Node of failure
Posted Mar 31, 2016 17:51 UTC (Thu) by MattJD (subscriber, #91390)In reply to: A single Node of failure by Sesse
Parent article: A single Node of failure
I don't see how either version deals with security fixes across multiple ABIs. With sonames, I still need to upgrade each of the ABI versions, same as with npm. Assuming both use the proper versioning scheme (semantic versioning for node), I can upgrade all the packages to have that new version.
Now, wiht npm I may get stuck with a large dependency tree that I can't audit and may have a vulnerability I can't easily upgrade, no question. In theory if everyone maintains there package it works out. In practise, running `npm --depth 999 outdated` on my one project using node for preprocessing makes me want to never run node over untrusted data.