cushax-client
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -10,2 +10,8 @@ var Cushax = /** @class */ (function () { | ||
this.auth = (function (data) { | ||
if (!_this.socket.connected) { | ||
setTimeout(function () { | ||
_this.auth(data); | ||
}); | ||
return; | ||
} | ||
_this.socket.emit("auth", data); | ||
@@ -12,0 +18,0 @@ }); |
{ | ||
"name": "cushax-client", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"author": "boenfu <1997@boenfu.cn>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
16615
367