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

@liskhq/lisk-api-client

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liskhq/lisk-api-client - npm Package Compare versions

Comparing version 5.1.5 to 5.1.6

3

external_types/pm2-axon/index.d.ts

@@ -9,2 +9,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

export class Socket extends EventEmitter {
public on(name: string, val: any): void;
public removeAllListeners(name?: string): void;
public set(name: string, val: any): Socket;

@@ -11,0 +14,0 @@

20

package.json
{
"name": "@liskhq/lisk-api-client",
"version": "5.1.5",
"version": "5.1.6",
"description": "An API client for the Lisk network",

@@ -20,4 +20,4 @@ "author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",

"engines": {
"node": ">=12.13.0 <=12",
"npm": ">=6.12.0"
"node": ">=16.14.1 <=16",
"npm": ">=8.1.0"
},

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

"dependencies": {
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-transactions": "^5.2.1",
"@liskhq/lisk-codec": "^0.2.2",
"@liskhq/lisk-cryptography": "^3.2.1",
"@liskhq/lisk-transactions": "^5.2.2",
"isomorphic-ws": "4.0.1",
"pm2-axon": "4.0.1",
"pm2-axon-rpc": "0.7.1",
"ws": "7.4.6"
"ws": "7.5.7"
},
"devDependencies": {
"@liskhq/lisk-chain": "^0.3.3",
"@liskhq/lisk-chain": "^0.3.4",
"@types/jest": "26.0.21",
"@types/jest-when": "2.7.2",
"@types/node": "12.20.6",
"@types/node": "16.11.26",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.22.0",
"eslint-config-lisk-base": "2.0.0",
"eslint-config-lisk-base": "2.0.1",
"eslint-plugin-import": "2.22.1",

@@ -59,0 +59,0 @@ "eslint-plugin-jest": "24.3.2",

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