check-data
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -252,3 +252,3 @@ let validator = require('validator') | ||
// 导出 | ||
if (data) { | ||
if (data !== undefined && data !== null) { | ||
@@ -255,0 +255,0 @@ // 验证数据 |
{ | ||
"name": "check-data", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "数据验证器", | ||
@@ -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
15450