react-bsonschema-form
Advanced tools
Comparing version 0.43.9 to 0.43.10
@@ -60,4 +60,4 @@ 'use strict'; | ||
var _ref2 = uiSchema['ui:options'] || {}, | ||
utc = _ref2.utc; | ||
var utcIsSpecified = uiSchema['ui:options'] && uiSchema['ui:options'].hasOwnProperty('utc'); | ||
var utc = !utcIsSpecified || uiSchema['ui:options'].utc; | ||
@@ -64,0 +64,0 @@ if (readonly || disabled) { |
{ | ||
"name": "react-bsonschema-form", | ||
"version": "0.43.9", | ||
"version": "0.43.10", | ||
"description": "A simple React component capable of building HTML forms out of a JSON schema.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
3888746