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

@guildofweavers/merkle

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guildofweavers/merkle - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

2

lib/assembly/index.js

@@ -32,3 +32,3 @@ "use strict";

}
const wasm = loader.instantiateBuffer(fs.readFileSync(BLAKE2S_WASM), {
const wasm = loader.instantiateSync(fs.readFileSync(BLAKE2S_WASM), {
env: { memory }

@@ -35,0 +35,0 @@ });

{
"name": "@guildofweavers/merkle",
"version": "0.3.8",
"version": "0.3.9",
"description": "Merkle tree and other data structures",

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

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