Socket
Socket
Sign inDemoInstall

@ethereumjs/evm

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethereumjs/evm - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

2

dist/precompiles/index.js

@@ -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;

11

package.json
{
"name": "@ethereumjs/evm",
"version": "1.3.2",
"version": "1.4.0",
"description": "JavaScript Ethereum Virtual Machine (EVM) implementation",

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

"dependencies": {
"@ethereumjs/common": "^3.1.2",
"@ethereumjs/tx": "^4.1.2",
"@ethereumjs/util": "^8.0.6",
"@ethereumjs/common": "^3.2.0",
"@ethereumjs/tx": "^4.2.0",
"@ethereumjs/util": "^8.1.0",
"@ethersproject/providers": "^5.7.1",

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

"devDependencies": {
"@ethereumjs/statemanager": "^1.0.5",
"@ethereumjs/statemanager": "^1.1.0",
"@ethersproject/abi": "^5.0.12",

@@ -69,3 +69,2 @@ "@types/benchmark": "^1.0.33",

"benchmark": "^2.1.4",
"c-kzg": "^1.0.8",
"level": "^8.0.0",

@@ -72,0 +71,0 @@ "memory-level": "^1.0.0",

@@ -116,3 +116,3 @@ # @ethereumjs/evm

To build the EVM for standalone use in the browser, see: [Running the EVM in a browser](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm/examples/run-code-browser.js).
To build the EVM for standalone use in the browser, see: [Running the EVM in a browser](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/evm/examples/runCode.ts).

@@ -119,0 +119,0 @@ ## Setup

@@ -22,3 +22,2 @@ import { Hardfork } from '@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

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