Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "demoon", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Lua + Node", | ||
@@ -16,4 +16,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"wasmoon": "1.7.0" | ||
"wasmoon": "1.7.1" | ||
} | ||
} |
@@ -16,2 +16,4 @@ const { LuaFactory } = require('wasmoon') | ||
engine.global.set('typeof', value => typeof value) | ||
engine.global.set('instanceof', (value, type) => value instanceof type) | ||
engine.global.set('new', (constructor, ...args) => new constructor(...args)) | ||
@@ -18,0 +20,0 @@ engine.global.set('global', global) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6319
30
+ Addedwasmoon@1.7.1(transitive)
- Removedwasmoon@1.7.0(transitive)
Updatedwasmoon@1.7.1