Socket
Socket
Sign inDemoInstall

@nomicfoundation/ethereumjs-util

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-util - npm Package Compare versions

Comparing version 9.0.2 to 9.0.3

4

dist/account.d.ts

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

export declare const isZeroAddress: (hexAddress: string) => boolean;
export declare function accountBodyFromSlim(body: AccountBodyBuffer): (Uint8Array | Buffer)[];
export declare function accountBodyToSlim(body: AccountBodyBuffer): (Uint8Array | Buffer)[];
export declare function accountBodyFromSlim(body: AccountBodyBuffer): (Buffer | Uint8Array)[];
export declare function accountBodyToSlim(body: AccountBodyBuffer): (Buffer | Uint8Array)[];
/**

@@ -124,0 +124,0 @@ * Converts a slim account (per snap protocol spec) to the RLP encoded version of the account

{
"name": "@nomicfoundation/ethereumjs-util",
"version": "9.0.2",
"version": "9.0.3",
"description": "A collection of utility functions for Ethereum",

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

"@chainsafe/ssz": "^0.10.0",
"@nomicfoundation/ethereumjs-rlp": "5.0.2",
"@nomicfoundation/ethereumjs-rlp": "5.0.3",
"ethereum-cryptography": "0.1.3"

@@ -89,0 +89,0 @@ },

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