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.e1080d9.0 to 4.3.3-dev.e29deea.0

2

lib/commonjs/web3_event_emitter.d.ts

@@ -18,3 +18,3 @@ import { EventEmitter } from 'web3-utils';

listenerCount<K extends Web3EventKey<T>>(eventName: K): number;
listeners<K extends Web3EventKey<T>>(eventName: K): Function[];
listeners<K extends Web3EventKey<T>>(eventName: K): ((...args: any[]) => void)[];
eventNames(): (string | symbol)[];

@@ -21,0 +21,0 @@ removeAllListeners(): EventEmitter;

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

@@ -18,3 +18,3 @@ import { EventEmitter } from 'web3-utils';

listenerCount<K extends Web3EventKey<T>>(eventName: K): number;
listeners<K extends Web3EventKey<T>>(eventName: K): Function[];
listeners<K extends Web3EventKey<T>>(eventName: K): ((...args: any[]) => void)[];
eventNames(): (string | symbol)[];

@@ -21,0 +21,0 @@ removeAllListeners(): EventEmitter;

{
"name": "web3-core",
"version": "4.3.3-dev.e1080d9.0+e1080d9",
"version": "4.3.3-dev.e29deea.0+e29deea",
"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.e1080d9.0+e1080d9",
"web3-eth-accounts": "4.1.1-dev.e1080d9.0+e1080d9",
"web3-eth-iban": "4.0.8-dev.e1080d9.0+e1080d9",
"web3-providers-http": "4.1.1-dev.e1080d9.0+e1080d9",
"web3-providers-ws": "4.0.8-dev.e1080d9.0+e1080d9",
"web3-types": "1.3.2-dev.e1080d9.0+e1080d9",
"web3-utils": "4.1.1-dev.e1080d9.0+e1080d9",
"web3-validator": "2.0.4-dev.e1080d9.0+e1080d9"
"web3-errors": "1.1.5-dev.e29deea.0+e29deea",
"web3-eth-accounts": "4.1.3-dev.e29deea.0+e29deea",
"web3-eth-iban": "4.0.8-dev.e29deea.0+e29deea",
"web3-providers-http": "4.1.1-dev.e29deea.0+e29deea",
"web3-providers-ws": "4.0.8-dev.e29deea.0+e29deea",
"web3-types": "1.6.1-dev.e29deea.0+e29deea",
"web3-utils": "4.2.4-dev.e29deea.0+e29deea",
"web3-validator": "2.0.6-dev.e29deea.0+e29deea"
},
"optionalDependencies": {
"web3-providers-ipc": "4.0.8-dev.e1080d9.0+e1080d9"
"web3-providers-ipc": "4.0.8-dev.e29deea.0+e29deea"
},

@@ -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": "e1080d9169dcbbf6ff406ab8532e2a6e8aab6fff"
"gitHead": "e29deeac2bb9705d70c839cd825bc34a93cde1b6"
}

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