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

react-bsonschema-form

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bsonschema-form - npm Package Compare versions

Comparing version 0.40.3 to 0.40.4

5

lib/components/fields/DateField.js

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

var _onChange = props.onChange;
var formData = props.formData;

@@ -41,5 +42,7 @@

return _react2.default.createElement(_reactDatetime2.default, _extends({}, props, {
value: formData,
onChange: function onChange(value) {
return _onChange(cleanValue(value));
} }));
}
}));
}

@@ -46,0 +49,0 @@

2

package.json
{
"name": "react-bsonschema-form",
"version": "0.40.3",
"version": "0.40.4",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",

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

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