Skip to content

[DENO] Eval untrusted and possibly malicious code.

License

Notifications You must be signed in to change notification settings

CesiumLabs/deno-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenEval

Eval untrusted and possibly malicious code.

Example

import eval from "https://deno.land/x/open_eval/index.js";
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

About

[DENO] Eval untrusted and possibly malicious code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published