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

react-flatpickr

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flatpickr - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

build/index.js

@@ -41,3 +41,3 @@ 'use strict';

value: function componentWillReceiveProps(props) {
if (props.value) {
if (props.hasOwnProperty('value')) {
this.flatpickr.setDate(props.value, false);

@@ -44,0 +44,0 @@ }

@@ -16,3 +16,3 @@

componentWillReceiveProps(props) {
if (props.value) {
if (props.hasOwnProperty('value')) {
this.flatpickr.setDate(props.value, false)

@@ -19,0 +19,0 @@ }

{
"name": "react-flatpickr",
"version": "3.1.1",
"version": "3.1.2",
"description": "flatpickr for React",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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