Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@types/react-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-datepicker - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

react-datepicker/index.d.ts

@@ -22,2 +22,6 @@ // Type definitions for react-datepicker 2.0

interface HighlightDates {
[className: string]: Date[];
}
export interface ReactDatePickerProps {

@@ -49,3 +53,3 @@ adjustDateOnChange?: boolean;

formatWeekNumber?(date: Date): string | number;
highlightDates?: Date[];
highlightDates?: Array<HighlightDates|Date>;
id?: string;

@@ -52,0 +56,0 @@ includeDates?: Date[];

4

react-datepicker/package.json
{
"name": "@types/react-datepicker",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for react-datepicker",

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

},
"typesPublisherContentHash": "d8504441752efe4db215b79f2fa02637f34fe54ed14cf95055a892c5d1bc5dfc",
"typesPublisherContentHash": "88622e5b3fe10cbbb34627fd5bc44d4e0512387ee66af89c856a4206862aee6b",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Thu, 13 Dec 2018 19:33:51 GMT
* Last updated: Wed, 19 Dec 2018 17:25:48 GMT
* Dependencies: @types/react, @types/popper.js

@@ -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