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

@injectivelabs/chain-consumer

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/chain-consumer - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

21

CHANGELOG.md

@@ -6,2 +6,23 @@ # Change Log

## 0.0.19 (2021-03-01)
### Bug Fixes
* added types for ethereum-utils, fixed bech32 import ([1bec7b4](https://github.com/InjectiveLabs/injective-ts/commit/1bec7b41a7b612f0f5f08292483c2090fc9a84d5))
* fixed compiling issue with the assert package ([c27ec59](https://github.com/InjectiveLabs/injective-ts/commit/c27ec59f862a7b6de61593309f446a148b2f8c52))
* renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
* server side check fixed ([df86421](https://github.com/InjectiveLabs/injective-ts/commit/df86421aec08b6a1e3ff3c928c709e0057f2e1a4))
### Features
* added a node transport for grpc consumers ([91d4bfc](https://github.com/InjectiveLabs/injective-ts/commit/91d4bfc17dc5c4e9f603219fb0d2b7944ad0254f))
* decouple chain consumer classes ([02fdb86](https://github.com/InjectiveLabs/injective-ts/commit/02fdb869ec01e1a3ec85e23ff807930f0792ccf1))
* ported chain consumer from the client ([cff10b9](https://github.com/InjectiveLabs/injective-ts/commit/cff10b916959b82d5f1ddbe9267131424ac0b566))
## [0.0.18](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.17...@injectivelabs/chain-consumer@0.0.18) (2021-02-25)

@@ -8,0 +29,0 @@

10

package.json
{
"name": "@injectivelabs/chain-consumer",
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",

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

"@injectivelabs/chain-api": "^1.2.2",
"@injectivelabs/exceptions": "^0.0.16",
"@injectivelabs/ts-types": "^0.0.13",
"@injectivelabs/utils": "^0.0.18",
"@injectivelabs/exceptions": "^0.0.17",
"@injectivelabs/ts-types": "^0.0.14",
"@injectivelabs/utils": "^0.0.19",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "df86421aec08b6a1e3ff3c928c709e0057f2e1a4"
"gitHead": "7e8f213d44bca4bb15329ee32cf843a11dc549ae"
}
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