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.0c67cc6.0 to 4.3.3-dev.0e59f28.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.0c67cc6.0+0c67cc6",
"version": "4.3.3-dev.0e59f28.0+0e59f28",
"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.0c67cc6.0+0c67cc6",
"web3-eth-accounts": "4.1.1-dev.0c67cc6.0+0c67cc6",
"web3-eth-iban": "4.0.8-dev.0c67cc6.0+0c67cc6",
"web3-providers-http": "4.1.1-dev.0c67cc6.0+0c67cc6",
"web3-providers-ws": "4.0.8-dev.0c67cc6.0+0c67cc6",
"web3-types": "1.3.2-dev.0c67cc6.0+0c67cc6",
"web3-utils": "4.1.1-dev.0c67cc6.0+0c67cc6",
"web3-validator": "2.0.4-dev.0c67cc6.0+0c67cc6"
"web3-errors": "1.1.5-dev.0e59f28.0+0e59f28",
"web3-eth-accounts": "4.1.2-dev.0e59f28.0+0e59f28",
"web3-eth-iban": "4.0.8-dev.0e59f28.0+0e59f28",
"web3-providers-http": "4.1.1-dev.0e59f28.0+0e59f28",
"web3-providers-ws": "4.0.8-dev.0e59f28.0+0e59f28",
"web3-types": "1.4.1-dev.0e59f28.0+0e59f28",
"web3-utils": "4.2.1-dev.0e59f28.0+0e59f28",
"web3-validator": "2.0.5-dev.0e59f28.0+0e59f28"
},
"optionalDependencies": {
"web3-providers-ipc": "4.0.8-dev.0c67cc6.0+0c67cc6"
"web3-providers-ipc": "4.0.8-dev.0e59f28.0+0e59f28"
},

@@ -67,10 +67,10 @@ "devDependencies": {

"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest": "^29.7.0",
"jest-extended": "^3.0.1",
"jest-when": "^3.5.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"ts-jest": "^29.1.1",
"typescript": "^4.7.4"
},
"gitHead": "0c67cc64a263d3cabc12c417908534f500ec178e"
"gitHead": "0e59f28b2fc046836aa1774ffc3e1faec6fddf07"
}

@@ -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