Socket
Socket
Sign inDemoInstall

web3-core-helpers

Package Overview
Dependencies
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-core-helpers - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4-rc.0

2

lib/formatters.js

@@ -341,3 +341,3 @@ /*

var shaId = utils.sha3(log.blockHash.replace('0x', '') + log.transactionHash.replace('0x', '') + log.logIndex.replace('0x', ''));
log.id = 'log_' + shaId.replace('0x', '').substr(0, 8);
log.id = 'log_' + shaId.replace('0x', '').slice(0, 8);
}

@@ -344,0 +344,0 @@ else if (!log.id) {

{
"name": "web3-core-helpers",
"version": "1.7.3",
"version": "1.7.4-rc.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.3",
"web3-utils": "1.7.3"
"web3-eth-iban": "1.7.4-rc.0",
"web3-utils": "1.7.4-rc.0"
},

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

},
"gitHead": "f9bcad8ae63e3d0096859172cba35387f49f964e"
"gitHead": "e3b2e8eadbdf825acfbd5c4cbb5d0ee7e1540307"
}

@@ -160,3 +160,3 @@ /*

}
if (options.maxPriorityFeePerGas || options.maxFeePerGas) {

@@ -406,3 +406,3 @@ delete options.gasPrice;

var shaId = utils.sha3(log.blockHash.replace('0x', '') + log.transactionHash.replace('0x', '') + log.logIndex.replace('0x', ''));
log.id = 'log_' + shaId.replace('0x', '').substr(0, 8);
log.id = 'log_' + shaId.replace('0x', '').slice(0, 8);
} else if (!log.id) {

@@ -409,0 +409,0 @@ log.id = null;

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