Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "z-schema", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"engines": { | ||
@@ -71,3 +71,3 @@ "node": ">=8.0.0" | ||
"lodash.isequal": "^4.5.0", | ||
"validator": "^12.0.0" | ||
"validator": "^13.6.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "optionalDependencies": { |
@@ -191,3 +191,3 @@ "use strict"; | ||
if (whatIs !== "string" && whatIs !== "object") { | ||
var e = new Error("Invalid .validate call - schema must be an string or object but " + whatIs + " was passed!"); | ||
var e = new Error("Invalid .validate call - schema must be a string or object but " + whatIs + " was passed!"); | ||
if (callback) { | ||
@@ -194,0 +194,0 @@ process.nextTick(function () { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1838907
41265
+ Addedvalidator@13.12.0(transitive)
- Removedvalidator@12.2.0(transitive)
Updatedvalidator@^13.6.0