Socket
Socket
Sign inDemoInstall

@nomicfoundation/ethereumjs-evm

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nomicfoundation/ethereumjs-evm - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

1

dist/eof.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
export declare const FORMAT = 239;

@@ -3,0 +2,0 @@ export declare const MAGIC = 0;

@@ -24,3 +24,2 @@ "use strict";

const _12_bls12_map_fp2_to_g2_1 = require("./12-bls12-map-fp2-to-g2");
const _14_kzg_point_evaluation_1 = require("./14-kzg-point-evaluation");
var PrecompileAvailabilityCheck;

@@ -52,3 +51,2 @@ (function (PrecompileAvailabilityCheck) {

'0000000000000000000000000000000000000012': _12_bls12_map_fp2_to_g2_1.precompile12,
'0000000000000000000000000000000000000014': _14_kzg_point_evaluation_1.precompile14,
};

@@ -55,0 +53,0 @@ exports.precompiles = precompiles;

10

package.json
{
"name": "@nomicfoundation/ethereumjs-evm",
"version": "1.3.0",
"version": "1.3.1",
"description": "JavaScript Ethereum Virtual Machine (EVM) implementation",

@@ -48,5 +48,5 @@ "keywords": [

"dependencies": {
"@nomicfoundation/ethereumjs-common": "3.1.0",
"@nomicfoundation/ethereumjs-tx": "4.1.0",
"@nomicfoundation/ethereumjs-util": "8.0.4",
"@nomicfoundation/ethereumjs-common": "3.1.1",
"@nomicfoundation/ethereumjs-tx": "4.1.1",
"@nomicfoundation/ethereumjs-util": "8.0.5",
"@ethersproject/providers": "^5.7.1",

@@ -59,3 +59,3 @@ "debug": "^4.3.3",

"devDependencies": {
"@nomicfoundation/ethereumjs-statemanager": "1.0.3",
"@nomicfoundation/ethereumjs-statemanager": "1.0.4",
"@ethersproject/abi": "^5.0.12",

@@ -62,0 +62,0 @@ "@types/benchmark": "^1.0.33",

@@ -22,3 +22,2 @@ import { Hardfork } from '@nomicfoundation/ethereumjs-common'

import { precompile12 } from './12-bls12-map-fp2-to-g2'
import { precompile14 } from './14-kzg-point-evaluation'

@@ -75,3 +74,2 @@ import type { PrecompileFunc, PrecompileInput } from './types'

'0000000000000000000000000000000000000012': precompile12,
'0000000000000000000000000000000000000014': precompile14,
}

@@ -78,0 +76,0 @@

Sorry, the diff of this file is not supported yet

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