Socket
Socket
Sign inDemoInstall

web3-core-helpers

Package Overview
Dependencies
2
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.1 to 1.8.2-rc.0

10

package.json
{
"name": "web3-core-helpers",
"version": "1.8.1",
"version": "1.8.2-rc.0",
"description": "Web3 core tools helper for sub packages. This is an internal package.",

@@ -17,4 +17,4 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",

"dependencies": {
"web3-eth-iban": "1.8.1",
"web3-utils": "1.8.1"
"web3-eth-iban": "1.8.2-rc.0",
"web3-utils": "1.8.2-rc.0"
},

@@ -24,5 +24,5 @@ "devDependencies": {

"dtslint": "^3.4.1",
"typescript": "^3.9.5"
"typescript": "4.1"
},
"gitHead": "65d27a541d0a7364f27f4f41fc6f5376040afd1c"
"gitHead": "ad2c90f68cf7170fb25c74704a97be629e72f71a"
}
# web3-core-helpers
[![NPM Package][npm-image]][npm-url]
[![NPM Package][npm-image]][npm-url]

@@ -11,4 +11,6 @@ This is a sub-package of [web3.js][repo] with useful helper functions.

### Node.js
You can install the package either using [NPM](https://www.npmjs.com/package/web3-core-helpers) or using [Yarn](https://yarnpkg.com/package/web3-core-helpers)
### Using NPM
```bash

@@ -18,2 +20,8 @@ npm install web3-core-helpers

### Using Yarn
```bash
yarn add web3-core-helpers
```
## Usage

@@ -20,0 +28,0 @@

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