check-data
Advanced tools
Comparing version 1.3.9 to 1.4.0
@@ -312,6 +312,6 @@ "use strict"; | ||
for (let key in result) { | ||
if (result[key]) { | ||
if (result[key] === undefined) { | ||
delete result[key] | ||
} else { | ||
start = false | ||
} else { | ||
delete result[key] | ||
} | ||
@@ -318,0 +318,0 @@ } |
{ | ||
"name": "check-data", | ||
"version": "1.3.9", | ||
"version": "1.4.0", | ||
"description": "JS数据验证器", | ||
@@ -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
21149