Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "js2ray", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "The v2ray vmess protocol, based on nodejs javascript which you can use on hosts and servers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -107,2 +107,4 @@ | ||
app._decipherNonce += 1; | ||
if (app._decipherNonce > 65535) | ||
app._decipherNonce = 0 | ||
return plaintext; | ||
@@ -121,2 +123,4 @@ } catch (err) { | ||
app._decipherNonce += 1; | ||
if (app._decipherNonce > 65535) | ||
app._decipherNonce = 0 | ||
return plaintext; | ||
@@ -123,0 +127,0 @@ } catch (err) { |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
123255
3169
7