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.5 to 0.0.7

12

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

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

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

@@ -22,3 +22,9 @@ "keywords": [

},
"homepage": "https://github.com/ethereum/common"
"homepage": "https://github.com/ethereum/common",
"maintainers": [
{
"name": "null_radix",
"email": "mjbecze@gmail.com"
}
]
}

@@ -189,13 +189,13 @@ {

"minerReward": {
"v": "1500000000000000000",
"v": "5000000000000000000",
"d": "the amount a miner get rewarded for mining a block"
},
"uncleReward": {
"v": "1406250000000000000",
"ommerReward": {
"v": "625000000000000000",
"d": "The amount of wei a miner of an uncle block gets for being inculded in the blockchain"
},
"nephewReward": {
"v": "46875000000000000",
"niblingReward": {
"v": "156250000000000000",
"d": "the amount a miner gets for inculding a uncle"
}
}
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