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

merkle-patricia-tree

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merkle-patricia-tree - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

index.js

@@ -547,3 +547,5 @@ var assert = require('assert'),

//simple removing a leaf and recaluclation the stack
stack.push(parentNode);
if(parentNode){
stack.push(parentNode);
}
stack.push(lastNode);

@@ -550,0 +552,0 @@ self._saveStack(key, stack, opStack, cb);

{
"name": "merkle-patricia-tree",
"version": "0.1.8",
"version": "0.1.9",
"description": "This is an implementation of the modified merkle patricia tree as speficed in the Ethereum's yellow paper.",

@@ -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