open-eval
Advanced tools
Weekly downloads
Readme
Eval untrusted and possibly malicious code.
npm install open-eval
const Eval = require("open-eval");
const ev = new Eval();
ev.eval("python3", "print('hello world')")
.then(data => console.log(data.output));
This package uses Piston to eval your code.
FAQs
Eval untrusted and possibly malicious code.
The npm package open-eval receives a total of 1 weekly downloads. As such, open-eval popularity was classified as not popular.
We found that open-eval demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.