@bucuo/eval-in-vmdeprecated

Eval code in vm.

Usage no npm install needed!

<script type="module">
  import bucuoEvalInVm from 'https://cdn.skypack.dev/@bucuo/eval-in-vm';
</script>

README

Eval

Eval js code in vm (vm is only available in node.js).

Thanks

Install

npm i @bucuo/eval-in-vm

Usage

const eval = require('@bucuo/eval-in-vm')

const result = eval('1 + 2') // 3

const result = eval('a + 2', {a: 1}) // 3

const result = eval('b + 2') // Error !!!

License

MIT