json-schemify
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -30,3 +30,3 @@ "use strict"; | ||
objects.forEach(obj => { | ||
if (!compareKeys(objToCompare, obj)) { | ||
if (lodash_1.isObject(obj) && !compareKeys(objToCompare, obj)) { | ||
match = false; | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "json-schemify", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Parses any JSON to a valid JSON Schema object.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
11988