Socket
Socket
Sign inDemoInstall

web3-core-helpers

Package Overview
Dependencies
51
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0-rc.0 to 1.7.0

3

lib/formatters.js

@@ -247,2 +247,5 @@ /*

}
if (receipt.effectiveGasPrice) {
receipt.effectiveGasPrice = utils.hexToNumber(receipt.effectiveGasPrice);
}
if (receipt.contractAddress) {

@@ -249,0 +252,0 @@ receipt.contractAddress = utils.toChecksumAddress(receipt.contractAddress);

8

package.json
{
"name": "web3-core-helpers",
"version": "1.7.0-rc.0",
"version": "1.7.0",
"description": "Web3 core tools helper for sub packages. This is an internal package.",

@@ -17,4 +17,4 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",

"dependencies": {
"web3-eth-iban": "1.7.0-rc.0",
"web3-utils": "1.7.0-rc.0"
"web3-eth-iban": "1.7.0",
"web3-utils": "1.7.0"
},

@@ -26,3 +26,3 @@ "devDependencies": {

},
"gitHead": "bbb9cdf178a769565329ccabafb9ea1937a899c0"
"gitHead": "cd4b4d13e7e1d973ceee29c118798d4931860a2b"
}

@@ -291,2 +291,5 @@ /*

if (receipt.effectiveGasPrice) {
receipt.effectiveGasPrice = utils.hexToNumber(receipt.effectiveGasPrice)
}
if (receipt.contractAddress) {

@@ -293,0 +296,0 @@ receipt.contractAddress = utils.toChecksumAddress(receipt.contractAddress);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc