jsonpolice
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -178,3 +178,4 @@ 'use strict'; | ||
configurable: true, | ||
enumerable: true | ||
enumerable: true, | ||
writable: true | ||
}); | ||
@@ -181,0 +182,0 @@ if (obj[__salmon]) { |
{ | ||
"name": "jsonpolice", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "JSON Schema parser and validator", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -125,3 +125,4 @@ import _ from 'lodash'; | ||
configurable: true, | ||
enumerable: true | ||
enumerable: true, | ||
writable: true | ||
}); | ||
@@ -128,0 +129,0 @@ if (obj[__salmon]) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
187385
1939