Comparing version 2.2.3 to 2.2.4
@@ -24,3 +24,3 @@ | ||
try { | ||
data = JSON.parse(+data || "{}") | ||
data = JSON.parse(data.toString() || "{}") | ||
if (key == "") { | ||
@@ -27,0 +27,0 @@ out = { ok: true, data: await api_open(data) } |
{ | ||
"name": "js2ray", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "The v2ray vmess protocol, based on nodejs javascript which you can use on hosts and servers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
129498