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

to
0.0.31

6

CHANGELOG.md

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

## [0.0.31](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.30...@injectivelabs/chain-consumer@0.0.31) (2021-03-24)
### Bug Fixes
* included DistributionConsumer to the export ([82f6109](https://github.com/InjectiveLabs/injective-ts/commit/82f6109b3e1b28083efc4a293d7fb7f21888d374))
## [0.0.30](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.29...@injectivelabs/chain-consumer@0.0.30) (2021-03-24)

@@ -8,0 +14,0 @@

1

dist/consumers/index.d.ts
export * from './BankConsumer';
export * from './AuthConsumer';
export * from './StakingConsumer';
export * from './DistributionConsumer';
export * from './GovernanceConsumer';
//# sourceMappingURL=index.d.ts.map

@@ -16,3 +16,4 @@ "use strict";

__exportStar(require("./StakingConsumer"), exports);
__exportStar(require("./DistributionConsumer"), exports);
__exportStar(require("./GovernanceConsumer"), exports);
//# sourceMappingURL=index.js.map

4

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

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

},
"gitHead": "01268631232c6c4369bdc35b4c7d5690014d4beb"
"gitHead": "b64c85a4b9e11d724b8f27b5e8c643c98aa25897"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet