Socket
Socket
Sign inDemoInstall

web3

Package Overview
Dependencies
Maintainers
4
Versions
523
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3 - npm Package Compare versions

Comparing version 4.13.1-dev.6f9a485.0 to 4.13.1-dev.76c468a.0

4

lib/commonjs/abi.d.ts

@@ -12,8 +12,8 @@ import { encodeParameters } from 'web3-eth-abi';

decodeParameter: (abi: import("web3-types").AbiInput, bytes: string) => unknown;
decodeParameters: (abi: import("web3-types").AbiInput[], bytes: string) => {
decodeParameters: (abi: import("web3-types").AbiInput[] | readonly import("web3-types").AbiInput[], bytes: string) => {
[key: string]: unknown;
__length__: number;
};
decodeLog: <ReturnType_1 extends import("web3-types").DecodedParams>(inputs: import("web3-types").AbiParameter[], data: string, topics: string | string[]) => ReturnType_1;
decodeLog: <ReturnType_1 extends import("web3-types").DecodedParams>(inputs: readonly import("web3-types").AbiParameter[] | import("web3-types").AbiParameter[], data: string, topics: string | string[]) => ReturnType_1;
};
export default _default;

@@ -12,9 +12,9 @@ import { encodeParameters } from 'web3-eth-abi';

decodeParameter: (abi: import("web3-types").AbiInput, bytes: string) => unknown;
decodeParameters: (abi: import("web3-types").AbiInput[], bytes: string) => {
decodeParameters: (abi: import("web3-types").AbiInput[] | readonly import("web3-types").AbiInput[], bytes: string) => {
[key: string]: unknown;
__length__: number;
};
decodeLog: <ReturnType_1 extends import("web3-types").DecodedParams>(inputs: import("web3-types").AbiParameter[], data: string, topics: string | string[]) => ReturnType_1;
decodeLog: <ReturnType_1 extends import("web3-types").DecodedParams>(inputs: readonly import("web3-types").AbiParameter[] | import("web3-types").AbiParameter[], data: string, topics: string | string[]) => ReturnType_1;
};
export default _default;
//# sourceMappingURL=abi.d.ts.map
{
"name": "web3",
"version": "4.13.1-dev.6f9a485.0+6f9a485",
"version": "4.13.1-dev.76c468a.0+76c468a",
"description": "Ethereum JavaScript API",

@@ -86,24 +86,24 @@ "main": "./lib/commonjs/index.js",

"typescript": "^4.7.4",
"web3-providers-ipc": "4.0.8-dev.6f9a485.0+6f9a485"
"web3-providers-ipc": "4.0.8-dev.76c468a.0+76c468a"
},
"dependencies": {
"web3-core": "4.6.1-dev.6f9a485.0+6f9a485",
"web3-errors": "1.3.1-dev.6f9a485.0+6f9a485",
"web3-eth": "4.9.1-dev.6f9a485.0+6f9a485",
"web3-eth-abi": "4.2.5-dev.6f9a485.0+6f9a485",
"web3-eth-accounts": "4.2.2-dev.6f9a485.0+6f9a485",
"web3-eth-contract": "4.7.1-dev.6f9a485.0+6f9a485",
"web3-eth-ens": "4.4.1-dev.6f9a485.0+6f9a485",
"web3-eth-iban": "4.0.8-dev.6f9a485.0+6f9a485",
"web3-eth-personal": "4.1.1-dev.6f9a485.0+6f9a485",
"web3-net": "4.1.1-dev.6f9a485.0+6f9a485",
"web3-providers-http": "4.2.1-dev.6f9a485.0+6f9a485",
"web3-providers-ws": "4.0.9-dev.6f9a485.0+6f9a485",
"web3-rpc-methods": "1.3.1-dev.6f9a485.0+6f9a485",
"web3-rpc-providers": "1.0.0-dev.6f9a485.0+6f9a485",
"web3-types": "1.8.1-dev.6f9a485.0+6f9a485",
"web3-utils": "4.3.2-dev.6f9a485.0+6f9a485",
"web3-validator": "2.0.7-dev.6f9a485.0+6f9a485"
"web3-core": "4.6.1-dev.76c468a.0+76c468a",
"web3-errors": "1.3.1-dev.76c468a.0+76c468a",
"web3-eth": "4.9.1-dev.76c468a.0+76c468a",
"web3-eth-abi": "4.2.5-dev.76c468a.0+76c468a",
"web3-eth-accounts": "4.2.2-dev.76c468a.0+76c468a",
"web3-eth-contract": "4.7.1-dev.76c468a.0+76c468a",
"web3-eth-ens": "4.4.1-dev.76c468a.0+76c468a",
"web3-eth-iban": "4.0.8-dev.76c468a.0+76c468a",
"web3-eth-personal": "4.1.1-dev.76c468a.0+76c468a",
"web3-net": "4.1.1-dev.76c468a.0+76c468a",
"web3-providers-http": "4.2.1-dev.76c468a.0+76c468a",
"web3-providers-ws": "4.0.9-dev.76c468a.0+76c468a",
"web3-rpc-methods": "1.3.1-dev.76c468a.0+76c468a",
"web3-rpc-providers": "1.0.0-dev.76c468a.0+76c468a",
"web3-types": "1.8.1-dev.76c468a.0+76c468a",
"web3-utils": "4.3.2-dev.76c468a.0+76c468a",
"web3-validator": "2.0.7-dev.76c468a.0+76c468a"
},
"gitHead": "6f9a485e0715a70170bf170ca1e1d1b26b43f6c3"
"gitHead": "76c468ad490ba7a50229acb12690e0239870d8fb"
}

@@ -60,3 +60,3 @@ <p align="center">

- [Migration Guide from Web3.js 1.x to 4.x](https://docs.web3js.org/docs/guides/web3_migration_guide)
Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in discord, and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/CONTRIBUTIONS.md).
Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in discord, and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/.github/CONTRIBUTING.md).

@@ -63,0 +63,0 @@ ## Package.json Scripts

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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