goodeggs-json-schema-validator
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -77,3 +77,4 @@ 'use strict'; | ||
result += ' schema validation'; | ||
if (error.schemaPath.length) result += ' at ' + error.schemaPath; | ||
if (error.schemaPath.length) result += ' at schema path ' + error.schemaPath; | ||
if (error.dataPath.length) result += ' for data path ' + error.dataPath; | ||
result += '; ' + error.message.toLowerCase(); | ||
@@ -80,0 +81,0 @@ return result; |
{ | ||
"name": "goodeggs-json-schema-validator", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Good Eggs JSON Schema Validator", | ||
@@ -5,0 +5,0 @@ "author": "Good Eggs <open-source@goodeggs.com>", |
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
6314
71