Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@moosty/lisk-connection-provider

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moosty/lisk-connection-provider - npm Package Compare versions

Comparing version 0.0.71 to 0.0.72

4

dist/types.d.ts

@@ -56,4 +56,4 @@ export declare type GetMethods = "get.accounts" | "get.votes_sent" | "get.votes_received" | "get.forgers" | "get.blocks" | "get.transactions" | "get.transactions.statistics" | "get.transactions.schemas" | "get.fees" | "get.peers" | "get.network.status" | "get.network.statistics" | "get.market.prices" | "gateway.spec" | "get.ready" | "get.spec";

}
export declare type DataType = Array<MarketPriceDataType> | Array<AccountDataType> | Array<BlockDataType> | Array<ForgersDataType> | Array<TransactionDataType>;
export declare type SingleDataType = MarketPriceDataType | AccountDataType | BlockDataType | ForgersDataType | TransactionDataType;
export declare type DataType = Array<VotesSentDataType> | Array<VotesReceivedDataType> | Array<MarketPriceDataType> | Array<AccountDataType> | Array<BlockDataType> | Array<ForgersDataType> | Array<TransactionDataType>;
export declare type SingleDataType = VotesReceivedDataType | VotesSentDataType | MarketPriceDataType | AccountDataType | BlockDataType | ForgersDataType | TransactionDataType;
export interface Envelope {

@@ -60,0 +60,0 @@ data?: DataType | FeeEstimateDataType;

{
"name": "@moosty/lisk-connection-provider",
"version": "0.0.71",
"version": "0.0.72",
"description": "Lisk connection provider component to connect react to Lisk endpoints",

@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>",

},
"gitHead": "2e939255b8ada9f1a849b85b55ed5b4261a6a462"
"gitHead": "d5223c7a0cab11f3b03973a65faa0549592d0672"
}
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