Socket
Socket
Sign inDemoInstall

@nomicfoundation/edr

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nomicfoundation/edr - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

13

index.d.ts

@@ -226,2 +226,4 @@ /* tslint:disable */

coinbase: Buffer
/** Enables RIP-7212 */
enableRip7212: boolean
/**

@@ -264,3 +266,4 @@ * The configuration for forking a blockchain. If not provided, a local

/** The opcode `SELFDESTRUCT` was called */
SelfDestruct = 2
SelfDestruct = 2,
EofReturnContract = 3
}

@@ -318,3 +321,9 @@ export interface CallOutput {

/** EIP-3860: Limit and meter initcode. Initcode size limit exceeded. */
CreateInitCodeSizeLimit = 13
CreateInitCodeSizeLimit = 13,
/** Aux data overflow, new aux data is larger tha u16 max size. */
EofAuxDataOverflow = 14,
/** Aud data is smaller then already present data size. */
EofAuxDataTooSmall = 15,
/** EOF Subroutine stack overflow */
EOFFunctionStackOverflow = 16
}

@@ -321,0 +330,0 @@ /** The result when the EVM terminates due to an exceptional halt. */

16

package.json
{
"name": "@nomicfoundation/edr",
"version": "0.4.2",
"version": "0.5.0",
"main": "index.js",

@@ -49,9 +49,9 @@ "types": "index.d.ts",

"dependencies": {
"@nomicfoundation/edr-darwin-arm64": "0.4.2",
"@nomicfoundation/edr-darwin-x64": "0.4.2",
"@nomicfoundation/edr-linux-arm64-gnu": "0.4.2",
"@nomicfoundation/edr-linux-arm64-musl": "0.4.2",
"@nomicfoundation/edr-linux-x64-gnu": "0.4.2",
"@nomicfoundation/edr-linux-x64-musl": "0.4.2",
"@nomicfoundation/edr-win32-x64-msvc": "0.4.2"
"@nomicfoundation/edr-darwin-arm64": "0.5.0",
"@nomicfoundation/edr-darwin-x64": "0.5.0",
"@nomicfoundation/edr-linux-arm64-gnu": "0.5.0",
"@nomicfoundation/edr-linux-arm64-musl": "0.5.0",
"@nomicfoundation/edr-linux-x64-gnu": "0.5.0",
"@nomicfoundation/edr-linux-x64-musl": "0.5.0",
"@nomicfoundation/edr-win32-x64-msvc": "0.5.0"
},

@@ -58,0 +58,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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