frontblock
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -184,3 +184,3 @@ "use strict"; | ||
async subscribe(apikey, coin, account, callback) { | ||
const r = await this.socket.call(apikey, coin, account); | ||
const r = await this.socket.call("subscribe", apikey, coin, account); | ||
const res = Service_1.parseSubResponse(r); | ||
@@ -187,0 +187,0 @@ if (res instanceof Service_1.SubscriptionResponse) { |
{ | ||
"name": "frontblock", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "frontblock shop-side library ", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
20431