vm2-fixed
Version:
vm2-fixed is a fork of vm2 with vulnerability fixes. vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!
48 lines (47 loc) • 1.02 kB
JSON
{
"author": {
"name": "Sanyam Kamat",
"url": "https://github.com/sanyamkamat"
},
"originalAuthor": {
"name": "Patrik Simek",
"url": "https://patriksimek.cz"
},
"name": "vm2-fixed",
"description": "vm2-fixed is a fork of vm2 with vulnerability fixes. vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!",
"keywords": [
"sandbox",
"prison",
"jail",
"vm",
"vm2",
"alcatraz",
"contextify",
"vulnerability fix"
],
"version": "0.0.1",
"main": "index.js",
"sideEffects": false,
"repository": "github:sanyamkamat/vm2-fixed",
"license": "MIT",
"dependencies": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-integromat": "^1.5.0",
"mocha": "^10.2.0"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"test": "mocha test",
"pretest": "eslint ."
},
"bin": {
"vm2": "./bin/vm2"
},
"types": "index.d.ts"
}