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

merkle-tools

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merkle-tools - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

merkletools.js

@@ -96,2 +96,3 @@ /*jslint node: true */

if (leafCount > 0) { // skip this whole process if there are no leaves added to the tree
tree.levels = [];
tree.levels.unshift(tree.leaves);

@@ -110,2 +111,3 @@ while (tree.levels[0].length > 1) {

if (leafCount > 0) { // skip this whole process if there are no leaves added to the tree
tree.levels = [];
tree.levels.unshift(tree.leaves);

@@ -112,0 +114,0 @@ while (tree.levels[0].length > 1) {

2

package.json
{
"name": "merkle-tools",
"version": "1.3.0",
"version": "1.3.1",
"description": "Tools for creating merkle trees, generating merkle proofs, and verification of merkle proofs.",

@@ -5,0 +5,0 @@ "main": "merkletools.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