New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cwasm/nsgif

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cwasm/nsgif - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -16,3 +16,3 @@ /* global WebAssembly */

const wasmModule = new WebAssembly.Module(code)
const instance = new WebAssembly.Instance(wasmModule, { wasi_unstable: stubs })
const instance = new WebAssembly.Instance(wasmModule, { wasi_snapshot_preview1: stubs })

@@ -19,0 +19,0 @@ exports.decode = function (input) {

{
"name": "@cwasm/nsgif",
"version": "0.1.1",
"version": "0.1.2",
"repository": "LinusU/cwasm-nsgif",

@@ -20,6 +20,6 @@ "license": "MIT",

"lodepng": "^2.0.0",
"mocha": "^6.2.2",
"standard": "^14.3.1",
"ts-readme-generator": "^0.2.0"
"mocha": "^7.1.1",
"standard": "^14.3.3",
"ts-readme-generator": "^0.4.2"
}
}

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