@liskhq/lisk-api-client
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -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 @@ |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87579
1159
1
+ Addedws@7.5.7(transitive)
- Removedws@7.4.6(transitive)
Updated@liskhq/lisk-codec@^0.2.2
Updatedws@7.5.7