is-my-json-valid
Advanced tools
Comparing version 2.12.1 to 2.12.2
{ | ||
"name": "is-my-json-valid", | ||
"version": "2.12.1", | ||
"version": "2.12.2", | ||
"description": "A JSONSchema validator that uses code generation to be extremely fast", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"generate-object-property": "^1.1.0", | ||
"jsonpointer": "^1.1.0", | ||
"jsonpointer": "2.0.0", | ||
"xtend": "^4.0.0" | ||
@@ -12,0 +12,0 @@ }, |
@@ -88,3 +88,3 @@ # is-my-json-valid | ||
// pass the external schemas as an option | ||
var validate = validate(schema, {schemas: {ext: ext}}) | ||
var validate = validator(schema, {schemas: {ext: ext}}) | ||
@@ -91,0 +91,0 @@ validate('hello') // returns true |
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
+ Addedjsonpointer@2.0.0(transitive)
- Removedjsonpointer@1.1.0(transitive)
Updatedjsonpointer@2.0.0