is-my-json-valid
Advanced tools
Comparing version 2.9.2 to 2.9.3
@@ -502,3 +502,3 @@ var genobj = require('generate-object-property') | ||
Object.keys(properties).forEach(function(p) { | ||
visit(genobj(name, p), properties[p], reporter) | ||
visit(genobj(name, p), properties[p], reporter, filter) | ||
}) | ||
@@ -505,0 +505,0 @@ } |
{ | ||
"name": "is-my-json-valid", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "A JSONSchema validator that uses code generation to be extremely fast", | ||
@@ -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
97247