Skip to content

Commit

Permalink
VM 1.0.3
Browse files Browse the repository at this point in the history
- fixes issue with VM-native prototypes being cached
- adds frozen object caching capability like JS-world
- mark all defined global helpers in marshal VM as non-enumerable and
  protected to void accidental sandbox escape potential
  • Loading branch information
swimmadude66 committed Jul 31, 2024
1 parent 8eaecb6 commit af8595a
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 45 deletions.
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tectonica/vm",
"version": "1.0.2",
"version": "1.0.3",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down
Loading

0 comments on commit af8595a

Please sign in to comment.