Socket
Socket
Sign inDemoInstall

web3-eth-iban

Package Overview
Dependencies
Maintainers
4
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-iban - npm Package Compare versions

Comparing version 4.0.1-alpha.0 to 4.0.1-alpha.1

12

package.json
{
"name": "web3-eth-iban",
"version": "4.0.1-alpha.0",
"version": "4.0.1-alpha.1",
"description": "This package converts Ethereum addresses to IBAN addresses and vice versa.",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"test:unit": "jest --config=./test/unit/jest.config.js",
"test:integration": "jest --config=./test/integration/jest.config.js --runInBand --passWithNoTests"
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests --runInBand"
},

@@ -43,7 +43,7 @@ "devDependencies": {

"dependencies": {
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
"web3-errors": "^0.1.1-alpha.1",
"web3-types": "^0.1.1-alpha.1",
"web3-utils": "^4.0.1-alpha.1"
},
"gitHead": "766ebd976ef71458eaebf7a6108b268881e30552"
"gitHead": "a754e3a965c30f42a6e639df27462650062833ee"
}

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

###### Get it from the NPM Registry
## Installation
You can install the package either using [NPM](https://www.npmjs.com/package/web3-eth-iban) or using [Yarn](https://yarnpkg.com/package/web3-eth-iban)
### Using NPM
```bash
npm install web3-eth-iban
```
### Using Yarn
```bash
yarn add web3-eth-iban

@@ -22,0 +32,0 @@ ```

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