jsonschema
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -490,3 +490,3 @@ 'use strict'; | ||
schema.required.forEach(function(n){ | ||
if(!Object.hasOwnProperty.call(instance, n)){ | ||
if(instance[n]===undefined){ | ||
result.addError({ | ||
@@ -493,0 +493,0 @@ name: 'required', |
{ | ||
"author": "Tom de Grunt <tom@degrunt.nl>", | ||
"name": "jsonschema", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "dependencies": {}, |
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
63492