UNPKG

@n8n/vm2

Version:

vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!

4 lines (2 loc) 157 B
if (parseInt(process.versions.node.split('.')[0]) < 6) throw new Error('vm2 requires Node.js version 6 or newer.'); module.exports = require('./lib/main');