Socket
Socket
Sign inDemoInstall

web3-errors

Package Overview
Dependencies
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-errors - npm Package Compare versions

Comparing version 0.1.1-alpha.2 to 0.1.1-alpha.3

lib/error_codes.d.ts

16

package.json
{
"name": "web3-errors",
"version": "0.1.1-alpha.2",
"version": "0.1.1-alpha.3",
"description": "This package has web3 error classes",
"main": "dist/index.js",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",

@@ -10,9 +10,9 @@ "author": "ChainSafe Systems",

"files": [
"dist/**/*"
"lib/**/*"
],
"scripts": {
"clean": "rimraf dist",
"prebuild": "rimraf dist",
"clean": "rimraf dist && rimraf lib",
"prebuild": "yarn clean",
"build": "tsc --build",
"build:check": "node -e \"require('./dist')\"",
"build:check": "node -e \"require('./lib')\"",
"lint": "eslint --ext .js,.ts .",

@@ -29,3 +29,3 @@ "lint:fix": "eslint --fix --ext .js,.ts .",

"dependencies": {
"web3-types": "^0.1.1-alpha.2"
"web3-types": "^0.1.1-alpha.3"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"gitHead": "7d5de3b049bf7929669c89e474387b16bd27c612"
"gitHead": "9f0deb7273dd3e4d4b877ddb2d70805afb040586"
}
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