Socket
Socket
Sign inDemoInstall

web3

Package Overview
Dependencies
0
Maintainers
4
Versions
450
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.7.1-dev.5341c3a.0 to 4.7.1-dev.578ebb6.0

38

package.json
{
"name": "web3",
"version": "4.7.1-dev.5341c3a.0+5341c3a",
"version": "4.7.1-dev.578ebb6.0+578ebb6",
"description": "Ethereum JavaScript API",

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

"typescript": "^4.7.4",
"web3-providers-ipc": "4.0.8-dev.5341c3a.0+5341c3a"
"web3-providers-ipc": "4.0.8-dev.578ebb6.0+578ebb6"
},
"dependencies": {
"web3-core": "4.3.3-dev.5341c3a.0+5341c3a",
"web3-errors": "1.1.5-dev.5341c3a.0+5341c3a",
"web3-eth": "4.5.1-dev.5341c3a.0+5341c3a",
"web3-eth-abi": "4.2.1-dev.5341c3a.0+5341c3a",
"web3-eth-accounts": "4.1.2-dev.5341c3a.0+5341c3a",
"web3-eth-contract": "4.3.1-dev.5341c3a.0+5341c3a",
"web3-eth-ens": "4.2.1-dev.5341c3a.0+5341c3a",
"web3-eth-iban": "4.0.8-dev.5341c3a.0+5341c3a",
"web3-eth-personal": "4.0.9-dev.5341c3a.0+5341c3a",
"web3-net": "4.0.8-dev.5341c3a.0+5341c3a",
"web3-providers-http": "4.1.1-dev.5341c3a.0+5341c3a",
"web3-providers-ws": "4.0.8-dev.5341c3a.0+5341c3a",
"web3-rpc-methods": "1.2.1-dev.5341c3a.0+5341c3a",
"web3-types": "1.5.1-dev.5341c3a.0+5341c3a",
"web3-utils": "4.2.3-dev.5341c3a.0+5341c3a",
"web3-validator": "2.0.6-dev.5341c3a.0+5341c3a"
"web3-core": "4.3.3-dev.578ebb6.0+578ebb6",
"web3-errors": "1.1.5-dev.578ebb6.0+578ebb6",
"web3-eth": "4.5.1-dev.578ebb6.0+578ebb6",
"web3-eth-abi": "4.2.1-dev.578ebb6.0+578ebb6",
"web3-eth-accounts": "4.1.2-dev.578ebb6.0+578ebb6",
"web3-eth-contract": "4.3.1-dev.578ebb6.0+578ebb6",
"web3-eth-ens": "4.2.1-dev.578ebb6.0+578ebb6",
"web3-eth-iban": "4.0.8-dev.578ebb6.0+578ebb6",
"web3-eth-personal": "4.0.9-dev.578ebb6.0+578ebb6",
"web3-net": "4.0.8-dev.578ebb6.0+578ebb6",
"web3-providers-http": "4.1.1-dev.578ebb6.0+578ebb6",
"web3-providers-ws": "4.0.8-dev.578ebb6.0+578ebb6",
"web3-rpc-methods": "1.2.1-dev.578ebb6.0+578ebb6",
"web3-types": "1.5.1-dev.578ebb6.0+578ebb6",
"web3-utils": "4.2.3-dev.578ebb6.0+578ebb6",
"web3-validator": "2.0.6-dev.578ebb6.0+578ebb6"
},
"gitHead": "5341c3ab30aee24f678fc155d3e41483e3f5e68f"
"gitHead": "578ebb69f0c16a5fc742c214d11b79e3d777ea04"
}

@@ -16,5 +16,5 @@ <p align="center">

- **Web3.js Plugins](https://docs.web3js.org/guides/web3_plugin_guide/)**: Enhance or add any functionality by creating scalable web3 plugins for any project.
- **[Web3.js Plugins🧩](https://docs.web3js.org/guides/web3_plugin_guide/)**: Enhance or add any functionality by creating scalable web3 plugins for any project.
- **Abstractions over the [JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc)**: Simplifying interaction for your Developer Experience.
- **Language aligned to the official [Ethereum terminology](https://ethereum.org/en/glossary**
- **Language aligned to the official [Ethereum terminology](https://ethereum.org/en/glossary)**
- **Tree-shaking focus**: Include only what you need during bundling for optimized performance.

@@ -26,5 +26,5 @@ - **Dynamic contract types and full API in TypeScript**: Enforced with strict types for enhanced security and safety.

- **Large collection of test cases**
- **First-class APIs for interacting with [Smart Contracts](https://ethereum.org/en/glossary#smart-contract**
- **First-class APIs for interacting with [Smart Contracts](https://ethereum.org/en/glossary#smart-contract)**
- **ESM and CJS module builds**: Support for both ECMAScript module and CommonJS module builds for flexible integration with various project setups.
- **Contracts dynamic types](https://docs.web3js.org/guides/smart_contracts/infer_contract_types/) & full API in TypeScript**
- **[Contracts dynamic types](https://docs.web3js.org/guides/smart_contracts/infer_contract_types/) & full API in TypeScript**
- **Using native BigInt instead of large BigNumber libraries**: Use native BigInt for improved efficiency compared to using large external BigNumber libraries.

@@ -31,0 +31,0 @@ - **Custom Output formatters**: Format any returned value to be a string, number, BigInt, etc., providing flexibility in handling output data.

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc