1.0.3 • Published 4 years ago

assbox v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

ASSbox (Node)

Secure async code evaluation

Install

npm install assbox

Usage

var run = require('assbox');
var src = "(function(){ return v; })()";
run(src, { v: 42 }, function(out){
    console.log(out);
});
console.log('This runs before');
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago