Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethereum-common

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-common - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

8

package.json
{
"name": "ethereum-common",
"version": "0.0.17",
"version": "0.0.18",
"description": "Resources common to all Ethereum implementations",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/ethereum/common.git"
"url": "git+https://github.com/ethereumjs/common.git"
},

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

"bugs": {
"url": "https://github.com/ethereum/common/issues"
"url": "https://github.com/ethereumjs/common/issues"
},
"homepage": "https://github.com/ethereum/common",
"homepage": "https://github.com/ethereumjs/common",
"maintainers": [

@@ -25,0 +25,0 @@ {

@@ -221,5 +221,9 @@ {

"homeSteadForkNumber": {
"v": 1000000,
"d": "the block that the homestead fork started at"
"v": 1150000,
"d": "the block that the Homestead fork started at"
},
"homesteadRepriceForkNumber": {
"v": 2463000,
"d": "the block that the Homestead Reprice (EIP150) fork started at"
},
"timebombPeriod": {

@@ -226,0 +230,0 @@ "v": 100000,

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

# common
# COMMON
Resources common to all Ethereum implementations
# INSTALL
`npm install ethereum-common`
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