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

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
8
Versions
243
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 0.0.13 to 0.0.16

dist/Contract.d.ts

33

CHANGELOG.md

@@ -6,25 +6,35 @@ # Change Log

## [0.0.13](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.13) (2021-02-18)
## [0.0.16](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.13...@injectivelabs/exceptions@0.0.16) (2021-02-24)
### Bug Fixes
### Features
* added types for ethereum-utils, fixed bech32 import ([5161593](https://github.com/InjectiveLabs/injective-ts/commit/51615932730d92affb901a252b3d2b2ea4108cb9))
* renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
* added description to the packages ([6970b67](https://github.com/InjectiveLabs/injective-ts/commit/6970b67427786cb92ef22e695d4a228e87a5cdf8))
* contract packages initial setup completed ([49ccff4](https://github.com/InjectiveLabs/injective-ts/commit/49ccff4b6ab20f3931eaa6cdbf17284ee78e7ad2))
## [0.0.15](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.13...@injectivelabs/exceptions@0.0.15) (2021-02-24)
### Bug Fixes
* added types for ethereum-utils, fixed bech32 import ([da32d3d](https://github.com/InjectiveLabs/injective-ts/commit/da32d3d8233ef9677650c87222fcf5f4735468a8))
* renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
## [0.0.14](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.13...@injectivelabs/exceptions@0.0.14) (2021-02-24)
### Bug Fixes
## [0.0.12](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.12) (2021-02-18)
* renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
**Note:** Version bump only for package @injectivelabs/exceptions
## [0.0.13](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.13) (2021-02-18)
### Features
* added description to the packages ([6970b67](https://github.com/InjectiveLabs/injective-ts/commit/6970b67427786cb92ef22e695d4a228e87a5cdf8))
* contract packages initial setup completed ([49ccff4](https://github.com/InjectiveLabs/injective-ts/commit/49ccff4b6ab20f3931eaa6cdbf17284ee78e7ad2))
## [0.0.12](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.12) (2021-02-18)
**Note:** Version bump only for package @injectivelabs/exceptions
## [0.0.11](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/exceptions@0.0.3...@injectivelabs/exceptions@0.0.11) (2021-02-17)
### Bug Fixes

@@ -34,6 +44,2 @@

## [0.0.3](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/exceptions@0.0.2...@injectivelabs/exceptions@0.0.3) (2021-02-17)

@@ -43,11 +49,6 @@

## 0.0.2 (2021-02-16)
### Features
* initial monorepo setup with initial set of packages ([99aab6c](https://github.com/InjectiveLabs/injective-monorepo/commit/99aab6c2a1913ab48ce1cc9558db4843be72ccb5))

@@ -1,4 +0,5 @@

export * from './web3';
export * from './http';
export * from './contract';
export * from './Web3';
export * from './Http';
export * from './Contract';
export * from './Grpc';
//# sourceMappingURL=index.d.ts.map

@@ -13,5 +13,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./web3"), exports);
__exportStar(require("./http"), exports);
__exportStar(require("./contract"), exports);
__exportStar(require("./Web3"), exports);
__exportStar(require("./Http"), exports);
__exportStar(require("./Contract"), exports);
__exportStar(require("./Grpc"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "0.0.13",
"version": "0.0.16",
"license": "MIT",

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

},
"gitHead": "6d47818ab3c9973e7138e60fef537d804ed4e5e8"
"gitHead": "1bec7b41a7b612f0f5f08292483c2090fc9a84d5"
}

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