Automatically secure any Node.js-related vulnerabilities on your system
JavaScript
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE
README.md
no.js

README.md

no.js

no.js automatically secures your system and code against any Node.js-related vulnerabilities

Usage

nprice@eris ~> node app.js
...^C
nprice@eris ~> ls -a
.  ..  app.js  no.js
nprice@eris ~> node no.js
nprice@eris ~> node app.js
nprice@eris ~> ls -a
.  ..  no.js
nprice@eris ~> node no.js
nprice@eris ~> ls -a
.  ..