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

react-bsonschema-form

Package Overview
Dependencies
Maintainers
3
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.43.9 to 0.43.10

4

lib/components/fields/DateField.js

@@ -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": {

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