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.8.5 to 3.8.6

2

react-flatpickr/index.d.ts

@@ -27,3 +27,3 @@ // Type definitions for react-flatpickr 3.8

className?: string | undefined;
render?: ((props: Omit<DateTimePickerProps, 'options' | 'render'>, ref: (node: HTMLInputElement) => void) => ReactElement) | undefined;
render?: ((props: Omit<DateTimePickerProps, 'options' | 'render'>, ref: (node: HTMLInputElement | null) => void) => ReactElement) | undefined;
}

@@ -30,0 +30,0 @@

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

@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-flatpickr",

},
"typesPublisherContentHash": "6fed8c499d23e504b87abfc43308cc903e784b5a845349a4dd493bcdcd6a6def",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "080969029476ea99005b28425d20b43b3690cd607d84893e19af153553241403",
"typeScriptVersion": "3.9"
}

@@ -37,3 +37,3 @@ # Installation

className?: string | undefined;
render?: ((props: Omit<DateTimePickerProps, 'options' | 'render'>, ref: (node: HTMLInputElement) => void) => ReactElement) | undefined;
render?: ((props: Omit<DateTimePickerProps, 'options' | 'render'>, ref: (node: HTMLInputElement | null) => void) => ReactElement) | undefined;
}

@@ -48,3 +48,3 @@

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:35:35 GMT
* Last updated: Tue, 01 Mar 2022 21:01:57 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/flatpickr](https://npmjs.com/package/@types/flatpickr)

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

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