🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
13
Versions
484
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.20.13
to
1.20.14
+5
-4
dist/cjs/index.d.cts

@@ -674,5 +674,10 @@ import { grpc } from "@injectivelabs/grpc-web";

toError(): Error;
private toErrorDetails;
toCompactError(): Error;
toJson(): string;
toObject(): {
contextModule: string | undefined;
originalMessage: string;
stack: string[];
contextCode?: number | undefined;
code: ErrorCode;

@@ -683,6 +688,2 @@ type: ErrorType;

context: string | undefined;
contextCode: number | undefined;
contextModule: string | undefined;
originalMessage: string;
stack: string[];
};

@@ -689,0 +690,0 @@ toString(): string;

@@ -674,5 +674,10 @@ import { grpc } from "@injectivelabs/grpc-web";

toError(): Error;
private toErrorDetails;
toCompactError(): Error;
toJson(): string;
toObject(): {
contextModule: string | undefined;
originalMessage: string;
stack: string[];
contextCode?: number | undefined;
code: ErrorCode;

@@ -683,6 +688,2 @@ type: ErrorType;

context: string | undefined;
contextCode: number | undefined;
contextModule: string | undefined;
originalMessage: string;
stack: string[];
};

@@ -689,0 +690,0 @@ toString(): string;

{
"name": "@injectivelabs/exceptions",
"version": "1.20.13",
"version": "1.20.14",
"description": "List of exceptions that can be reused throughout Injective's projects.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display