Socket
Socket
Sign inDemoInstall

merkletreejs

Package Overview
Dependencies
23
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

1

dist/MerkleTree.js

@@ -1285,3 +1285,2 @@ "use strict";

combineHashes(hashes) {
hashes = hashes.filter(x => x.byteLength > 0);
return this.concatenator(hashes);

@@ -1288,0 +1287,0 @@ }

2

package.json
{
"name": "merkletreejs",
"version": "0.3.5",
"version": "0.3.6",
"description": "Construct Merkle Trees and verify proofs",

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc