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

@ethereumjs/trie

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethereumjs/trie - npm Package Compare versions

Comparing version 5.0.5 to 5.1.0

4

package.json
{
"name": "@ethereumjs/trie",
"version": "5.0.5",
"version": "5.1.0",
"description": "This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.",

@@ -49,3 +49,3 @@ "keywords": [

"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/util": "^8.0.6",
"@ethereumjs/util": "^8.1.0",
"@types/readable-stream": "^2.3.13",

@@ -52,0 +52,0 @@ "ethereum-cryptography": "^2.0.0",

@@ -94,3 +94,3 @@ # @ethereumjs/trie

By default, the deletion of trie nodes from the underlying database does not occur in order to avoid corrupting older trie states (as of `v4.2.0`). Should you only wish to work with the latest state of a trie, you can switch to a delete behavior (for example, if you wish to save disk space) by using the `deleteFromDB` constructor option (see related release notes in the changelog for further details).
By default, the deletion of trie nodes from the underlying database does not occur in order to avoid corrupting older trie states (as of `v4.2.0`). Should you only wish to work with the latest state of a trie, you can switch to a delete behavior (for example, if you wish to save disk space) by using the `useNodePruning` constructor option (see related release notes in the changelog for further details).

@@ -97,0 +97,0 @@ #### Root Persistence

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