Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

demoon

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demoon - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc