Socket
Socket
Sign inDemoInstall

web3

Package Overview
Dependencies
Maintainers
4
Versions
516
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.7.0 to 4.7.1-dev.1c03666.0

38

package.json
{
"name": "web3",
"version": "4.7.0",
"version": "4.7.1-dev.1c03666.0+1c03666",
"description": "Ethereum JavaScript API",

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

"typescript": "^4.7.4",
"web3-providers-ipc": "^4.0.7"
"web3-providers-ipc": "4.0.8-dev.1c03666.0+1c03666"
},
"dependencies": {
"web3-core": "^4.3.2",
"web3-errors": "^1.1.4",
"web3-eth": "^4.5.0",
"web3-eth-abi": "^4.2.0",
"web3-eth-accounts": "^4.1.1",
"web3-eth-contract": "^4.3.0",
"web3-eth-ens": "^4.2.0",
"web3-eth-iban": "^4.0.7",
"web3-eth-personal": "^4.0.8",
"web3-net": "^4.0.7",
"web3-providers-http": "^4.1.0",
"web3-providers-ws": "^4.0.7",
"web3-rpc-methods": "^1.2.0",
"web3-types": "^1.5.0",
"web3-utils": "^4.2.2",
"web3-validator": "^2.0.5"
"web3-core": "4.3.3-dev.1c03666.0+1c03666",
"web3-errors": "1.1.5-dev.1c03666.0+1c03666",
"web3-eth": "4.5.1-dev.1c03666.0+1c03666",
"web3-eth-abi": "4.2.1-dev.1c03666.0+1c03666",
"web3-eth-accounts": "4.1.2-dev.1c03666.0+1c03666",
"web3-eth-contract": "4.3.1-dev.1c03666.0+1c03666",
"web3-eth-ens": "4.2.1-dev.1c03666.0+1c03666",
"web3-eth-iban": "4.0.8-dev.1c03666.0+1c03666",
"web3-eth-personal": "4.0.9-dev.1c03666.0+1c03666",
"web3-net": "4.0.8-dev.1c03666.0+1c03666",
"web3-providers-http": "4.1.1-dev.1c03666.0+1c03666",
"web3-providers-ws": "4.0.8-dev.1c03666.0+1c03666",
"web3-rpc-methods": "1.2.1-dev.1c03666.0+1c03666",
"web3-types": "1.5.1-dev.1c03666.0+1c03666",
"web3-utils": "4.2.3-dev.1c03666.0+1c03666",
"web3-validator": "2.0.6-dev.1c03666.0+1c03666"
},
"gitHead": "7379a3bb3c274eff76c64b2447e95c34282e04fd"
"gitHead": "1c036667a5815731eb470fb56da8da5365bdd6db"
}

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc