Comment on Time for developers to address the chaos of Node.js and NPMparentComments−gramstrong8yinherently secureWho told you that? I don't think "inherently secure" is a thing in the tech industry.−calibas8yI was taught that Javascript is safe because it has no input/output on its own, which is essentially true, but it's dangerous to work from that assumption since in the real world a program needs to have input/output to be useful.−marshray8yNode.js adds that input/output.
Comments
Who told you that? I don't think "inherently secure" is a thing in the tech industry.
I was taught that Javascript is safe because it has no input/output on its own, which is essentially true, but it's dangerous to work from that assumption since in the real world a program needs to have input/output to be useful.
Node.js adds that input/output.