Socket
Socket
Sign inDemoInstall

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.0 to 3.1.1

2

build/index.js

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

if (props.value) {
this.flatpickr.setDate(props.value);
this.flatpickr.setDate(props.value, false);
}

@@ -45,0 +45,0 @@

@@ -17,3 +17,3 @@

if (props.value) {
this.flatpickr.setDate(props.value)
this.flatpickr.setDate(props.value, false)
}

@@ -20,0 +20,0 @@

{
"name": "react-flatpickr",
"version": "3.1.0",
"version": "3.1.1",
"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