ajv-error-tree
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -87,2 +87,5 @@ const { strict: Assert } = require("assert"); | ||
}, | ||
...(Reflect.ownKeys(error.params).length === 0 | ||
? {} | ||
: { params: error.params }), | ||
message: error.message, | ||
@@ -89,0 +92,0 @@ ...(error.children.length === 0 |
{ | ||
"name": "ajv-error-tree", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "test": "node test/test.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
4501
95