Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "js2ray", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "The v2ray vmess protocol, based on nodejs javascript which you can use on hosts and servers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -112,2 +112,3 @@ | ||
user.expire = a.expire || user.expire | ||
user.deactive = a.deactive || user.deactive | ||
} else { | ||
@@ -122,2 +123,3 @@ var user = { | ||
expire: a.expire, | ||
deactive: a.deactive || 0, | ||
ipList: {} | ||
@@ -135,3 +137,3 @@ } | ||
user.security = securityTypes[a.security || 'auto'] | ||
} else { | ||
} else { | ||
user.id = a.id | ||
@@ -138,0 +140,0 @@ user.alterIDs = a.alterIDs |
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
125485
3228
7