react-bsonschema-form
Advanced tools
Comparing version 0.42.28 to 0.42.29
@@ -227,3 +227,3 @@ "use strict"; | ||
var help = uiSchema["ui:help"]; | ||
var hidden = uiSchema["ui:widget"] === "hidden"; | ||
var hidden = uiSchema["ui:widget"] === "hidden" || uiSchema["ui:options"] && uiSchema["ui:options"].hidden; | ||
var classNames = ["form-group", "field", "field-" + type, errors && errors.length > 0 ? "field-error has-error" : "", uiSchema.classNames].join(" ").trim(); | ||
@@ -230,0 +230,0 @@ |
{ | ||
"name": "react-bsonschema-form", | ||
"version": "0.42.28", | ||
"version": "0.42.29", | ||
"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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
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
3887754
9
4