1.0.3 • Published 2 years ago
strict-eval v1.0.3
strict-eval 
eval code in vm module, but always strict mode.
Install
Install with npm:
npm install strict-evalUsage
const strictEval = require("strict-eval");
strictEval("var a = 1");Security disclaimer
Please note that strict-eval has no security features and untrusted user input can lead to code injection vulnerabilities.
Changelog
See Releases page.
Running tests
Install devDependencies and Run npm test:
npm i -d && npm testContributing
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Author
License
MIT © azu