New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 0.0.8

genesisState.json

9

index.js

@@ -1,1 +0,8 @@

module.exports = require('./params.json')
var params = module.exports = require('./params.json')
//load it dynamical because it's slow
Object.defineProperties(params, {
genesisState: {
get: require.bind(this, './genesisState.json')
}
})

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,2 +6,14 @@ {

},
"genesisDifficulty": {
"v": "0x400000000",
"d": "Difficulty of the Genesis block."
},
"genesisNonce": {
"v": "0x0000000000000042",
"d": "the geneis nonce"
},
"genesisExtraData": {
"v": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa",
"d": "extra data "
},
"minGasLimit": {

@@ -15,6 +27,2 @@ "v": 5000,

},
"genesisDifficulty": {
"v": 131072,
"d": "Difficulty of the Genesis block."
},
"minimumDifficulty": {

@@ -21,0 +29,0 @@ "v": 131072,

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