@aguycalled/electrum-client-js
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "@aguycalled/electrum-client-js", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Electrum protocol client for node.js and browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,2 +28,4 @@ const SocketClient = require('../socket/socket_client') | ||
this.onReady() | ||
// Get banner. | ||
@@ -30,0 +32,0 @@ const banner = await this.server_banner() |
@@ -88,2 +88,6 @@ | ||
onReady() { | ||
this.subscribe.emit('ready') | ||
} | ||
onClose(event) { | ||
@@ -90,0 +94,0 @@ this.status = 0 |
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
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
30035
782