Comparing version 0.8.84 to 0.8.85
@@ -25,2 +25,20 @@ 'use strict'; | ||
/** | ||
* @desc: 判断是否是email. | ||
* @return: boolean. | ||
*/ | ||
exports.isEmail = string.isEmail; | ||
/** | ||
* @desc: 判断是否是英文数字组合. | ||
* @return: boolean. | ||
*/ | ||
exports.isAlphaOrDigit = string.isAlphaOrDigit; | ||
/** | ||
* @desc: 判断是否是中文. | ||
* @return: boolean. | ||
*/ | ||
exports.isChinese = string.isChinese; | ||
/** | ||
* @desc: 获得字符串utf8编码后的字节长度. | ||
@@ -27,0 +45,0 @@ * @return: u32. |
@@ -81,3 +81,3 @@ { | ||
"name": "febs-browser", | ||
"version": "0.8.83" | ||
"version": "0.8.85" | ||
} |
@@ -91,3 +91,3 @@ { | ||
"name": "febs", | ||
"version": "0.8.84" | ||
"version": "0.8.85" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
3096624
70
34096
6