Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

open-eval

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Issues
File Explorer

Advanced tools

open-eval

Eval untrusted and possibly malicious code.

    1.0.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
1

Weekly downloads

Readme

Source

OpenEval

Eval untrusted and possibly malicious code.

Installing

npm install open-eval

Example

const Eval = require("open-eval"); const ev = new Eval(); ev.eval("python3", "print('hello world')") .then(data => console.log(data.output));

Note

This package uses Piston to eval your code.

Join my discord

https://discord.gg/2SUybzb

Keywords

FAQs

Last updated on 26 Sep 2020

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc