New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-jsonschema-form

Package Overview
Dependencies
Maintainers
6
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.48.1 to 0.48.2

1

lib/components/fields/ArrayField.js

@@ -630,3 +630,2 @@ "use strict";

idSchema: {},
registry: null,
required: false,

@@ -633,0 +632,0 @@ disabled: false,

@@ -88,3 +88,2 @@ "use strict";

uiSchema: {},
registry: null,
disabled: false,

@@ -91,0 +90,0 @@ readonly: false,

@@ -156,3 +156,2 @@ "use strict";

idSchema: {},
registry: null,
required: false,

@@ -159,0 +158,0 @@ disabled: false,

@@ -305,3 +305,2 @@ "use strict";

idSchema: {},
registry: null,
disabled: false,

@@ -308,0 +307,0 @@ readonly: false,

3

lib/components/fields/StringField.js

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

onChange: _propTypes2.default.func.isRequired,
onBlur: _propTypes2.default.func.isRequired,
onBlur: _propTypes2.default.func,
formData: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number]),

@@ -97,3 +97,2 @@ registry: _propTypes2.default.shape({

uiSchema: {},
registry: null,
disabled: false,

@@ -100,0 +99,0 @@ readonly: false,

{
"name": "react-jsonschema-form",
"version": "0.48.1",
"version": "0.48.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