Socket
Socket
Sign inDemoInstall

web3-core

Package Overview
Dependencies
0
Maintainers
4
Versions
402
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.3-dev.aac2420.0 to 4.3.3-dev.ab1b250.0

2

lib/commonjs/web3_request_manager.js

@@ -309,3 +309,3 @@ "use strict";

// However, more processing will happen at a higher level to decode the error data,
// according to the Error ABI, if it was available as of EIP-838.
// according to the Error ABI, if it was available as of EIP-838.
if (error === null || error === void 0 ? void 0 : error.message.includes('revert'))

@@ -312,0 +312,0 @@ throw new web3_errors_1.ContractExecutionError(error);

@@ -303,3 +303,3 @@ /*

// However, more processing will happen at a higher level to decode the error data,
// according to the Error ABI, if it was available as of EIP-838.
// according to the Error ABI, if it was available as of EIP-838.
if (error === null || error === void 0 ? void 0 : error.message.includes('revert'))

@@ -306,0 +306,0 @@ throw new ContractExecutionError(error);

{
"name": "web3-core",
"version": "4.3.3-dev.aac2420.0+aac2420",
"version": "4.3.3-dev.ab1b250.0+ab1b250",
"description": "Web3 core tools for sub-packages. This is an internal package.",

@@ -45,13 +45,13 @@ "main": "./lib/commonjs/index.js",

"dependencies": {
"web3-errors": "1.1.5-dev.aac2420.0+aac2420",
"web3-eth-accounts": "4.1.2-dev.aac2420.0+aac2420",
"web3-eth-iban": "4.0.8-dev.aac2420.0+aac2420",
"web3-providers-http": "4.1.1-dev.aac2420.0+aac2420",
"web3-providers-ws": "4.0.8-dev.aac2420.0+aac2420",
"web3-types": "1.3.2-dev.aac2420.0+aac2420",
"web3-utils": "4.1.2-dev.aac2420.0+aac2420",
"web3-validator": "2.0.5-dev.aac2420.0+aac2420"
"web3-errors": "1.1.5-dev.ab1b250.0+ab1b250",
"web3-eth-accounts": "4.1.2-dev.ab1b250.0+ab1b250",
"web3-eth-iban": "4.0.8-dev.ab1b250.0+ab1b250",
"web3-providers-http": "4.1.1-dev.ab1b250.0+ab1b250",
"web3-providers-ws": "4.0.8-dev.ab1b250.0+ab1b250",
"web3-types": "1.4.1-dev.ab1b250.0+ab1b250",
"web3-utils": "4.2.1-dev.ab1b250.0+ab1b250",
"web3-validator": "2.0.5-dev.ab1b250.0+ab1b250"
},
"optionalDependencies": {
"web3-providers-ipc": "4.0.8-dev.aac2420.0+aac2420"
"web3-providers-ipc": "4.0.8-dev.ab1b250.0+ab1b250"
},

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

},
"gitHead": "aac2420716aad410266129e4fcd3a90d1144c4c4"
"gitHead": "ab1b250624504bff46cfce4bdc87b77c160528ec"
}

@@ -428,6 +428,6 @@ /*

}
// This message means that there was an error while executing the code of the smart contract
// However, more processing will happen at a higher level to decode the error data,
// according to the Error ABI, if it was available as of EIP-838.
// according to the Error ABI, if it was available as of EIP-838.
if (error?.message.includes('revert')) throw new ContractExecutionError(error);

@@ -434,0 +434,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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