Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-jsonschema-form

Package Overview
Dependencies
Maintainers
5
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jsonschema-form - npm Package Compare versions

Comparing version 0.23.1 to 0.23.2

2

lib/components/fields/ObjectField.js

@@ -129,3 +129,3 @@ "use strict";

schema.description ? _react2.default.createElement(
"div",
"p",
{ className: "field-description" },

@@ -132,0 +132,0 @@ schema.description

@@ -98,6 +98,7 @@ "use strict";

var edit = !!props.formData;
var liveValidate = this.props.liveValidate || props.liveValidate;
var definitions = schema.definitions;
var formData = (0, _utils.getDefaultFormState)(schema, props.formData, definitions);
var errors = edit ? this.validate(formData, schema) : [];
var errors = edit && liveValidate ? this.validate(formData, schema) : [];
var errorSchema = (0, _utils.toErrorSchema)(errors);

@@ -104,0 +105,0 @@ var idSchema = (0, _utils.toIdSchema)(schema, uiSchema["ui:rootFieldId"], definitions);

{
"name": "react-jsonschema-form",
"version": "0.23.1",
"version": "0.23.2",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc