Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "js2ray", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "The v2ray vmess protocol, based on nodejs javascript which you can use on hosts and servers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -342,2 +342,4 @@ | ||
function onclose(app) { | ||
if (!app) | ||
return | ||
if (app.remote) | ||
@@ -344,0 +346,0 @@ app.remote.close() |
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
137396
3529