is-my-json-valid
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -135,6 +135,6 @@ var genobj = require('generate-object-property') | ||
if (verbose) { | ||
validate('validate.errors.push({field:%s,message:%s,value:%s})', JSON.stringify(formatName(prop || name)), JSON.stringify(msg), value || name) | ||
validate('validate.errors.push({field:%s,message:%s,value:%s})', JSON.stringify(formatName(prop || name)), JSON.stringify(msg), value || name) | ||
} else { | ||
var n = gensym('error') | ||
scope[n] = {field:formatName(prop || name), message:msg} | ||
scope[n] = {field:formatName(prop || name), message:msg} | ||
validate('validate.errors.push(%s)', n) | ||
@@ -141,0 +141,0 @@ } |
{ | ||
"name": "is-my-json-valid", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"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
100671