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.2 to 3.8.3

2

react-flatpickr/index.d.ts

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

export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
export type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>;

@@ -16,0 +16,0 @@ export interface DateTimePickerProps extends Omit<Partial<HTMLInputElement>, 'value'> {

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

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

},
"typesPublisherContentHash": "d4b77d70786e61b203f8a7774175aa139437f70ba08ac57774283fd66aa537dc",
"typesPublisherContentHash": "ee40d648daa914133607f100bec1d5f8da94155990e316698f06d7fa9284b2cf",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Sun, 07 Mar 2021 09:58:01 GMT
* Last updated: Mon, 08 Mar 2021 09:15:02 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/flatpickr](https://npmjs.com/package/@types/flatpickr)

@@ -14,0 +14,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