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

@nomicfoundation/ethereumjs-trie

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nomicfoundation/ethereumjs-trie - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

4

dist/trie/node/util.d.ts

@@ -5,5 +5,5 @@ /// <reference types="node" />

import { LeafNode } from './leaf';
export declare function decodeRawNode(raw: Buffer[]): BranchNode | LeafNode | ExtensionNode;
export declare function decodeNode(raw: Buffer): BranchNode | LeafNode | ExtensionNode;
export declare function decodeRawNode(raw: Buffer[]): BranchNode | ExtensionNode | LeafNode;
export declare function decodeNode(raw: Buffer): BranchNode | ExtensionNode | LeafNode;
export declare function isRawNode(n: any): boolean;
//# sourceMappingURL=util.d.ts.map
{
"name": "@nomicfoundation/ethereumjs-trie",
"version": "6.0.1",
"version": "6.0.2",
"description": "This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.",

@@ -47,4 +47,4 @@ "keywords": [

"dependencies": {
"@nomicfoundation/ethereumjs-rlp": "5.0.1",
"@nomicfoundation/ethereumjs-util": "9.0.1",
"@nomicfoundation/ethereumjs-rlp": "5.0.2",
"@nomicfoundation/ethereumjs-util": "9.0.2",
"@types/readable-stream": "^2.3.13",

@@ -51,0 +51,0 @@ "ethereum-cryptography": "0.1.3",

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