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 0.52.2 to 0.55.0

10

react-datepicker/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-datepicker 0.52
// Type definitions for react-datepicker 0.55
// Project: https://github.com/Hacker0x01/react-datepicker

@@ -7,2 +7,3 @@ // Definitions by: Rajab Shakirov <https://github.com/radziksh>,

// Platon Pronko <https://github.com/Rogach>
// Roy Xue <https://github.com/royxue>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -78,4 +79,11 @@ // TypeScript Version: 2.4

yearDropdownItemNumber?: number;
shouldCloseOnSelect?: boolean;
showTimeSelect?: boolean;
timeFormat?: string;
timeIntervals?: number;
minTime?: moment.Moment;
maxTime?: moment.Moment;
excludeTimes?: any[];
}
declare const ReactDatePicker: React.ClassicComponentClass<ReactDatePickerProps>;
export default ReactDatePicker;

9

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

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "Rogach"
},
{
"name": "Roy Xue",
"url": "https://github.com/royxue",
"githubUsername": "royxue"
}

@@ -39,4 +44,4 @@ ],

},
"typesPublisherContentHash": "67ead12193bf1d33716bab38738effc0c49386508d84c3a47fa92220b7ef9b35",
"typesPublisherContentHash": "9bc508e997461cea564e27680d639b680e257f68e9060a6f18ab1754267944bf",
"typeScriptVersion": "2.4"
}

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

Additional Details
* Last updated: Thu, 31 Aug 2017 21:47:30 GMT
* Last updated: Mon, 25 Sep 2017 19:16:02 GMT
* Dependencies: react, moment

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Rajab Shakirov <https://github.com/radziksh>, Andrey Balokha <https://github.com/andrewBalekha>, Greg Smith <https://github.com/smrq>, Platon Pronko <https://github.com/Rogach>.
These definitions were written by Rajab Shakirov <https://github.com/radziksh>, Andrey Balokha <https://github.com/andrewBalekha>, Greg Smith <https://github.com/smrq>, Platon Pronko <https://github.com/Rogach>, Roy Xue <https://github.com/royxue>.

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