strict-eval
v1.0.4
Published
eval code in vm module, but always strict mode.
Readme
strict-eval 
eval code in vm module, but always strict mode.
This module automatically prepends "use strict" directive to all evaluated code and executes it using Node.js vm module, enforcing strict mode execution.
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
