check-data
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "check-data", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "JS数据验证器", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -130,6 +130,4 @@ ## Installation | ||
let verify = Verify(data, { | ||
id: { | ||
"type": "ObjectId", | ||
"mobilePhone": "MobilePhone" | ||
} | ||
"id": "ObjectId", | ||
"mobilePhone": "MobilePhone" | ||
}) | ||
@@ -136,0 +134,0 @@ |
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
16698
159