Socket
Socket
Sign inDemoInstall

web3-errors

Package Overview
Dependencies
Maintainers
5
Versions
300
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 1.3.1-dev.9b32205.0 to 1.3.1-dev.b3cb1b7.0

6

package.json
{
"name": "web3-errors",
"version": "1.3.1-dev.9b32205.0+9b32205",
"version": "1.3.1-dev.b3cb1b7.0+b3cb1b7",
"description": "This package has web3 error classes",

@@ -44,3 +44,3 @@ "main": "./lib/commonjs/index.js",

"dependencies": {
"web3-types": "1.7.1-dev.9b32205.0+9b32205"
"web3-types": "1.7.1-dev.b3cb1b7.0+b3cb1b7"
},

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

},
"gitHead": "9b322052ef266cc57b29080b20053991e0c9a0a9"
"gitHead": "b3cb1b782cc2c62bd87909c7cdc426ed43a49c1c"
}

@@ -163,3 +163,2 @@ /*

// Core error codes

@@ -166,0 +165,0 @@ export const ERR_CORE_HARDFORK_MISMATCH = 1101;

@@ -54,3 +54,3 @@ /*

request?: JsonRpcPayload<RequestType>,
statusCode?: number
statusCode?: number,
) {

@@ -89,3 +89,8 @@ super(

public toJSON() {
return { ...super.toJSON(), data: this.data, request: this.request, statusCode: this.statusCode };
return {
...super.toJSON(),
data: this.data,
request: this.request,
statusCode: this.statusCode,
};
}

@@ -116,2 +121,2 @@ }

}
}
}

@@ -31,3 +31,2 @@ /*

}
}

@@ -84,3 +84,2 @@ /*

super(value, 'not a valid unit. Must be a positive integer');
}

@@ -87,0 +86,0 @@ }

@@ -33,2 +33,2 @@ /*

export * from './errors/rpc_error_messages.js';
export * from './errors/schema_errors.js';
export * from './errors/schema_errors.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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