UNPKG

@mariozechner/jailjs

Version:

Lightweight JavaScript interpreter for isolated execution. For plugins, user scripts, and browser extensions. Not for adversarial code - use SandboxJS or isolated-vm for that.

4 lines 181 B
// JailJS - JavaScript AST interpreter for sandboxed execution export { Interpreter } from "./interpreter.js"; export { parse } from "./parser.js"; //# sourceMappingURL=index.js.map