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
8
Versions
269
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

to
0.0.27

8

CHANGELOG.md

@@ -6,10 +6,12 @@ # Change Log

## [0.0.26](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.24...@injectivelabs/exceptions@0.0.26) (2021-06-17)
## [0.0.27](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.25...@injectivelabs/exceptions@0.0.27) (2021-06-21)
**Note:** Version bump only for package @injectivelabs/exceptions
### Bug Fixes
* delegated fee false condition skip ([e88bd25](https://github.com/InjectiveLabs/injective-ts/commit/e88bd251a37e5a8930a13ade37ac588b0e6a81d5))
## [0.0.26](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.24...@injectivelabs/exceptions@0.0.26) (2021-06-17)
**Note:** Version bump only for package @injectivelabs/exceptions
## [0.0.25](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.21...@injectivelabs/exceptions@0.0.25) (2021-06-14)

@@ -16,0 +18,0 @@

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

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

"dependencies": {
"@injectivelabs/ts-types": "^0.0.22",
"@injectivelabs/ts-types": "^0.0.23",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "e88bd251a37e5a8930a13ade37ac588b0e6a81d5"
"gitHead": "c46c2f8854ad8c23d61fb27c791db11bd438c316"
}