New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-flatpickr

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-flatpickr - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

6

react-flatpickr/index.d.ts

@@ -8,8 +8,8 @@ // Type definitions for react-flatpickr 3.2

import { Component } from 'react';
import { Hook, Options } from 'flatpickr';
import { Options } from 'flatpickr';
export interface DateTimePickerProps {
defaultValue?: string;
options?: Options;
onChange?: Hook;
options?: Options.Options;
onChange?: Options.Hook;
value?: string;

@@ -16,0 +16,0 @@ }

{
"name": "@types/react-flatpickr",
"version": "3.2.2",
"version": "3.2.3",
"description": "TypeScript definitions for react-flatpickr",

@@ -23,4 +23,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "a73c6fe8696f382342a1622c5aa7129178da2b255a8a05a304edc5ac30b63219",
"typesPublisherContentHash": "fec5384f0666225315d593c99fd1ff0ae2c241dcb2fc16006daf49e8cf6515b2",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 25 Oct 2017 18:57:51 GMT
* Last updated: Sun, 03 Dec 2017 16:31:01 GMT
* Dependencies: react, flatpickr

@@ -14,0 +14,0 @@ * Global values: none

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