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.69 to 0.0.70

11

CHANGELOG.md

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

## [0.0.70](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.69...@injectivelabs/chain-consumer@0.0.70) (2021-08-09)
### Bug Fixes
* param types ([6570f54](https://github.com/InjectiveLabs/injective-ts/commit/6570f544b293a21678c9ebba2dcb97ec87eeb794))
## [0.0.69](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.68...@injectivelabs/chain-consumer@0.0.69) (2021-08-09)

@@ -8,0 +19,0 @@

3

dist/consumers/ExchangeConsumer.d.ts

@@ -0,5 +1,6 @@

import { GrpcExchangeParams } from '../types';
import BaseConsumer from '../BaseConsumer';
export declare class ExchangeConsumer extends BaseConsumer {
fetchParams(): Promise<import("@injectivelabs/chain-api/injective/exchange/v1beta1/exchange_pb").Params | undefined>;
fetchParams(): Promise<GrpcExchangeParams>;
}
//# sourceMappingURL=ExchangeConsumer.d.ts.map
{
"name": "@injectivelabs/chain-consumer",
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.",
"version": "0.0.69",
"version": "0.0.70",
"license": "MIT",

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

},
"gitHead": "afa86840ab0149e8fe6a5e47dfcffa519f112a28"
"gitHead": "fad34ab89fb58b1f7604585ce7a9d747ea1674cd"
}

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