lmw-validate
ISC```$xslt /** * 基于数据的表单验证类 */ //基础验证方法 const validateFun = { need(value) { if (value) { return true } else { return false } }, regex(value, regex) { return regex.test(value
64
Security score
0 known advisories in v1.0.12
OpenSSF Scorecard 1.5/10
Weekly downloads
—
Unpacked size
—
Dependencies
2
Last publish
8 years ago
Security advisories
No known vulnerabilities affect v1.0.12.
OpenSSF ScorecardJul 27, 2026
- Maintained0
- Code-Review0
- Binary-Artifacts10
- SAST0
- CII-Best-Practices0
- Security-Policy0
- Fuzzing0
- License0
- Branch-Protection0