UNPKG
native-vm
Version:
latest (1.0.5)
1.0.5
1.0.3
1.0.0
node rewrite of vm module
github.com/requirehit/native-vm
requirehit/native-vm
native-vm
/
CHANGELOG.md
8 lines
(6 loc)
•
228 B
Markdown
View Raw
1
2
3
4
5
6
7
8
## 1.0.3
-
Script was confusing fn's
`context`
with script's
`sandbox`
.
-
script
`sandbox`
is now called
`scope`
.
## 1.0.0
-
First working version with code grabbed from
`requirehit/browser`
repo
-
Added basic test on
`Script`