New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
12
Versions
264
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.14.36-beta.0 to 1.14.36-beta.1

6

dist/cjs/exceptions/types/codes.d.ts

@@ -1,2 +0,2 @@

import { grpc } from '@injectivelabs/grpc-web';
import { Code as GrpcErrorCode } from '@injectivelabs/grpc-web';
import { StatusCodes } from 'http-status-codes';

@@ -402,5 +402,5 @@ export declare enum TransactionChainErrorModule {

export declare const UnspecifiedErrorCode = -1;
export type ErrorCode = StatusCodes | typeof UnspecifiedErrorCode | grpc.Code;
export declare const GRPC_REQUEST_FAILED = grpc.Code.Unavailable;
export type ErrorCode = StatusCodes | typeof UnspecifiedErrorCode | GrpcErrorCode;
export declare const GRPC_REQUEST_FAILED = GrpcErrorCode.Unavailable;
export type ErrorContextCode = ChainAuctionErrorCodes | ChainAuthZErrorCodes | ChainCosmosErrorCode | ChainExchangeModuleErrorCode | ChainInsuranceErrorCodes | ChainOcrErrorCodes | ChainOracleErrorCodes | ChainPeggyErrorCodes | ChainTokenFactoryErrorCodes | ChainWasmXErrorCodes | ChainDistributionErrorCodes | ChainBankErrorCodes | ChainGovErrorCodes | ChainStakingErrorCodes | ChainWasmErrorCodes | ErrorCode | typeof UnspecifiedErrorCode;
//# sourceMappingURL=codes.d.ts.map

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

exports.UnspecifiedErrorCode = -1;
exports.GRPC_REQUEST_FAILED = grpc_web_1.grpc.Code.Unavailable;
exports.GRPC_REQUEST_FAILED = grpc_web_1.$grpc.Code.Unavailable;
//# sourceMappingURL=codes.js.map

@@ -1,2 +0,2 @@

import { grpc } from '@injectivelabs/grpc-web';
import { Code as GrpcErrorCode } from '@injectivelabs/grpc-web';
import { StatusCodes } from 'http-status-codes';

@@ -402,5 +402,5 @@ export declare enum TransactionChainErrorModule {

export declare const UnspecifiedErrorCode = -1;
export type ErrorCode = StatusCodes | typeof UnspecifiedErrorCode | grpc.Code;
export declare const GRPC_REQUEST_FAILED = grpc.Code.Unavailable;
export type ErrorCode = StatusCodes | typeof UnspecifiedErrorCode | GrpcErrorCode;
export declare const GRPC_REQUEST_FAILED = GrpcErrorCode.Unavailable;
export type ErrorContextCode = ChainAuctionErrorCodes | ChainAuthZErrorCodes | ChainCosmosErrorCode | ChainExchangeModuleErrorCode | ChainInsuranceErrorCodes | ChainOcrErrorCodes | ChainOracleErrorCodes | ChainPeggyErrorCodes | ChainTokenFactoryErrorCodes | ChainWasmXErrorCodes | ChainDistributionErrorCodes | ChainBankErrorCodes | ChainGovErrorCodes | ChainStakingErrorCodes | ChainWasmErrorCodes | ErrorCode | typeof UnspecifiedErrorCode;
//# sourceMappingURL=codes.d.ts.map

@@ -1,2 +0,2 @@

import { grpc } from '@injectivelabs/grpc-web';
import { $grpc } from '@injectivelabs/grpc-web';
export var TransactionChainErrorModule;

@@ -765,3 +765,3 @@ (function (TransactionChainErrorModule) {

export const UnspecifiedErrorCode = -1;
export const GRPC_REQUEST_FAILED = grpc.Code.Unavailable;
export const GRPC_REQUEST_FAILED = $grpc.Code.Unavailable;
//# sourceMappingURL=codes.js.map
{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "1.14.36-beta.0",
"version": "1.14.36-beta.1",
"sideEffects": false,

@@ -58,3 +58,3 @@ "license": "Apache-2.0",

"dependencies": {
"@injectivelabs/grpc-web": "^0.0.1",
"@injectivelabs/grpc-web": "^0.0.4",
"@injectivelabs/ts-types": "^1.14.35",

@@ -64,3 +64,3 @@ "http-status-codes": "^2.2.0",

},
"gitHead": "2f928d90e7a597b9a1323e6703cab5582ae98a3d"
"gitHead": "fde376d3f43a1e8ce774462eb53deb91c8c02da1"
}

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