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

wasm-json-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasm-json-toolkit - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

iterator.js

@@ -48,3 +48,3 @@ const Buffer = require('safe-buffer').Buffer

const end = this._pipe.bytesRead
const section = this._wasm.subarray(start, end)
const section = this._wasm.slice(start, end)
const index = this._sections.push(section) - 1

@@ -51,0 +51,0 @@

{
"name": "wasm-json-toolkit",
"version": "0.2.5",
"version": "0.2.6",
"description": "this convertes wasm binaries to json and json to wasm binaries",

@@ -5,0 +5,0 @@ "main": "index.js",

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