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
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.0.14 to 1.0.15

dist/exception.d.ts

10

dist/index.d.ts

@@ -1,8 +0,4 @@

export * from './web3';
export * from './http';
export * from './contract';
export * from './grpc';
export * from './exchange';
export * from './block-not-found';
export * from './tx-not-found';
export * from './exceptions';
export * from './exception';
export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -17,9 +17,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./web3"), exports);
__exportStar(require("./http"), exports);
__exportStar(require("./contract"), exports);
__exportStar(require("./grpc"), exports);
__exportStar(require("./exchange"), exports);
__exportStar(require("./block-not-found"), exports);
__exportStar(require("./tx-not-found"), exports);
__exportStar(require("./exceptions"), exports);
__exportStar(require("./exception"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "1.0.14",
"version": "1.0.15",
"license": "MIT",

@@ -34,7 +34,9 @@ "main": "dist/index.js",

"dependencies": {
"@improbable-eng/grpc-web": "^0.15.0",
"@injectivelabs/ts-types": "^1.0.13",
"http-status-codes": "^2.2.0",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "ce548dc2f7607bf294f26e1450d045d4a80873c2"
"gitHead": "5a033203539ec8004e6ae719dc711e713b751706"
}

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