Socket
Socket
Sign inDemoInstall

react-flatpickr

Package Overview
Dependencies
Maintainers
2
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.10.5 to 3.10.6

2

build/index.js

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

if (this.props.hasOwnProperty('value') && this.props.value !== prevProps.value) {
this.flatpickr.setDate(this.props.value, true);
this.flatpickr.setDate(this.props.value, false);
}

@@ -159,0 +159,0 @@ }

@@ -86,3 +86,3 @@ import React, { Component } from 'react'

if (this.props.hasOwnProperty('value') && this.props.value !== prevProps.value) {
this.flatpickr.setDate(this.props.value, true)
this.flatpickr.setDate(this.props.value, false)
}

@@ -89,0 +89,0 @@ }

{
"name": "react-flatpickr",
"version": "3.10.5",
"version": "3.10.6",
"description": "flatpickr for React",

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

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