@nomicfoundation/ethereumjs-trie
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@nomicfoundation/ethereumjs-rlp@5.0.2(transitive)
+ Added@nomicfoundation/ethereumjs-util@9.0.2(transitive)
- Removed@nomicfoundation/ethereumjs-rlp@5.0.1(transitive)
- Removed@nomicfoundation/ethereumjs-util@9.0.1(transitive)