strict-eval
Advanced tools
eval code in vm module, but always strict mode.
Weekly downloads
Readme
eval code in vm module, but always strict mode.
Install with npm:
npm install strict-eval
const strictEval = require("strict-eval");
strictEval("var a = 1");
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu