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.28 to 0.0.29

4

CHANGELOG.md

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

## [0.0.29](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.28...@injectivelabs/chain-consumer@0.0.29) (2021-03-18)
**Note:** Version bump only for package @injectivelabs/chain-consumer
## [0.0.28](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.27...@injectivelabs/chain-consumer@0.0.28) (2021-03-16)

@@ -8,0 +12,0 @@

3

dist/types.d.ts
import { Validator as GrpcValidator, Delegation as GrpcDelegation, Description as GrpcValidatorDescription, Commission as GrpcValidatorCommission, CommissionRates as GrpcValidatorCommissionRates, UnbondingDelegation as GrpcUnbondingDelegation, DelegationResponse as GrpcDelegationResponse } from '@injectivelabs/chain-api/cosmos/staking/v1beta1/staking_pb';
import { Proposal as GrpcProposal, Deposit as GrpcProposalDeposit, TallyParams as GrpcTallyParams, TallyResult as GrpcTallyResult, Vote as GrpcVote, ProposalStatusMap as GrpcProposalStatus } from '@injectivelabs/chain-api/cosmos/gov/v1beta1/gov_pb';
import { Supply as GrpcSupply } from '@injectivelabs/chain-api/cosmos/bank/v1beta1/bank_pb';
export { GrpcValidator, GrpcDelegation, GrpcValidatorDescription, GrpcValidatorCommission, GrpcValidatorCommissionRates, GrpcUnbondingDelegation, GrpcDelegationResponse, GrpcProposal, GrpcProposalDeposit, GrpcTallyParams, GrpcTallyResult, GrpcVote, GrpcProposalStatus, GrpcSupply, };
import { Coin as GrpcCoin } from '@injectivelabs/chain-api/cosmos/base/v1beta1/coin_pb';
export { GrpcCoin, GrpcValidator, GrpcDelegation, GrpcValidatorDescription, GrpcValidatorCommission, GrpcValidatorCommissionRates, GrpcUnbondingDelegation, GrpcDelegationResponse, GrpcProposal, GrpcProposalDeposit, GrpcTallyParams, GrpcTallyResult, GrpcVote, GrpcProposalStatus, GrpcSupply, };
//# sourceMappingURL=types.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GrpcSupply = exports.GrpcVote = exports.GrpcTallyResult = exports.GrpcTallyParams = exports.GrpcProposalDeposit = exports.GrpcProposal = exports.GrpcDelegationResponse = exports.GrpcUnbondingDelegation = exports.GrpcValidatorCommissionRates = exports.GrpcValidatorCommission = exports.GrpcValidatorDescription = exports.GrpcDelegation = exports.GrpcValidator = void 0;
exports.GrpcSupply = exports.GrpcVote = exports.GrpcTallyResult = exports.GrpcTallyParams = exports.GrpcProposalDeposit = exports.GrpcProposal = exports.GrpcDelegationResponse = exports.GrpcUnbondingDelegation = exports.GrpcValidatorCommissionRates = exports.GrpcValidatorCommission = exports.GrpcValidatorDescription = exports.GrpcDelegation = exports.GrpcValidator = exports.GrpcCoin = void 0;
const staking_pb_1 = require("@injectivelabs/chain-api/cosmos/staking/v1beta1/staking_pb");

@@ -20,2 +20,4 @@ Object.defineProperty(exports, "GrpcValidator", { enumerable: true, get: function () { return staking_pb_1.Validator; } });

Object.defineProperty(exports, "GrpcSupply", { enumerable: true, get: function () { return bank_pb_1.Supply; } });
const coin_pb_1 = require("@injectivelabs/chain-api/cosmos/base/v1beta1/coin_pb");
Object.defineProperty(exports, "GrpcCoin", { enumerable: true, get: function () { return coin_pb_1.Coin; } });
//# sourceMappingURL=types.js.map
{
"name": "@injectivelabs/chain-consumer",
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.",
"version": "0.0.28",
"version": "0.0.29",
"license": "MIT",

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

},
"gitHead": "757e51f6d15cf490a154e498359368fb03083384"
"gitHead": "facc97f1dd32ed5f2fd2c4ca68bc0e7569f603cc"
}

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