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.22 to 0.0.23

19

dist/types.d.ts

@@ -1,2 +0,2 @@

export declare type GetMethods = "get.accounts" | "get.votes_sent" | "get.votes_received" | "get.blocks" | "get.transactions" | "get.forgers" | "get.fees" | "get.next_forger" | "get.search" | "get.network.statistics" | "get.network.status" | "get.peers" | "get.transactions.statistics.day" | "get.transactions.statistics.month" | "get.voters" | "get.votes" | "get.market.prices" | "gateway.spec" | "get.transactions.schemas" | "get.ready" | "get.spec";
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 SubscribeMethods = "update.block" | "update.forgers" | "update.transactions" | "update.round" | "update.transactions.unconfirmed" | "update.fee_estimates";

@@ -24,3 +24,3 @@ export interface Param {

version?: string;
state?: number;
state?: "connected" | "disconnected" | "any";
broadhash?: string;

@@ -30,2 +30,17 @@ type?: number;

max?: number;
interval?: "day" | "month" | "";
moduleAssetId?: string;
moduleAssetName?: string;
networkVersion?: string;
senderAddress?: string;
senderPublicKey?: string;
senderUsername?: string;
recipientAddress?: string;
recipientPublicKey?: string;
recipientUsername?: string;
amount?: string;
timestamp?: string;
includePending?: boolean;
data?: string;
nonce?: string;
}

@@ -32,0 +47,0 @@ export interface RPCControllerInterface {

4

package.json
{
"name": "@moosty/lisk-connection-provider",
"version": "0.0.22",
"version": "0.0.23",
"description": "Lisk connection provider component to connect react to Lisk endpoints",

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

},
"gitHead": "ee65ef8a6e75811c57070d21e698f8285d450149"
"gitHead": "4fbc0dd3b2b33cee71ab42030bc055d97a060666"
}
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