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.5 to 4.0.1-rc.0

17

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

@@ -9,2 +9,6 @@ "main": "lib/index.js",

"license": "LGPL-3.0",
"engines": {
"node": ">=14",
"npm": ">=6.12.0"
},
"files": [

@@ -22,3 +26,4 @@ "lib/**/*"

"test": "jest --config=./test/unit/jest.config.js",
"test:coverage": "jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text",
"test:coverage:unit": "jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text",
"test:coverage:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests --runInBand --coverage=true --coverage-reporters=text",
"test:ci": "jest --coverage=true --coverage-reporters=json --verbose",

@@ -44,7 +49,7 @@ "test:watch": "npm test -- --watch",

"dependencies": {
"web3-errors": "^0.1.1-alpha.4",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5"
"web3-errors": "^1.0.0-rc.0",
"web3-types": "^1.0.0-rc.0",
"web3-utils": "^4.0.1-rc.0"
},
"gitHead": "ae1ae53c9192ddef32931c3cbf68c2a7e2946ec5"
"gitHead": "e7d290c6921755dde95a029dec4d98aef05d4929"
}
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