Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
9
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/exceptions - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

4

dist/exception.js

@@ -89,3 +89,3 @@ "use strict";

toCompactError() {
const error = new Error(JSON.stringify({
const error = new Error(`${this.message} | ${JSON.stringify({
message: this.message,

@@ -96,3 +96,3 @@ code: this.code,

contextCode: this.contextCode,
}));
})}`);
error.stack = this.stack;

@@ -99,0 +99,0 @@ error.name = this.name || '';

{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "1.0.22",
"version": "1.0.23",
"license": "MIT",

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

},
"gitHead": "6e687561a4a17a758976f1a357df7a9a6ef944f6"
"gitHead": "169c01352d855eaa4cf60368c9bdb0da3d93e3f3"
}

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