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.3.0 to 2.8.0

6

react-datepicker/index.d.ts

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

// Type definitions for react-datepicker 2.3
// Type definitions for react-datepicker 2.8
// Project: https://github.com/Hacker0x01/react-datepicker

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

// Avi Klaiman <https://github.com/aviklai>
// Naoki Sekiguchi <https://github.com/seckie>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -20,2 +21,3 @@ // TypeScript Version: 2.8

import * as Popper from "popper.js";
import { Locale } from 'date-fns';

@@ -63,3 +65,3 @@ export function registerLocale(localeName: string, localeData: {}): void;

isClearable?: boolean;
locale?: string;
locale?: string | Locale;
maxDate?: Date | null;

@@ -66,0 +68,0 @@ maxTime?: Date;

{
"name": "@types/react-datepicker",
"version": "2.3.0",
"version": "2.8.0",
"description": "TypeScript definitions for react-datepicker",

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

"githubUsername": "aviklai"
},
{
"name": "Naoki Sekiguchi",
"url": "https://github.com/seckie",
"githubUsername": "seckie"
}

@@ -74,6 +79,7 @@ ],

"@types/react": "*",
"date-fns": "^2.0.0-beta.1",
"popper.js": "^1.14.1"
},
"typesPublisherContentHash": "e9bf82251030316072685075c10c473de6ce3d1de67fc3811597eba41bfc98cc",
"typesPublisherContentHash": "37f4adcbb3f94196f8b3c4551879396d8689aef56f0a89ae24a4658d82f4d511",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-datepicker ( https://github.com/Hacker0x01/react-datepicker ).
This package contains type definitions for react-datepicker (https://github.com/Hacker0x01/react-datepicker).

@@ -12,7 +12,7 @@ # Details

Additional Details
* Last updated: Tue, 16 Apr 2019 20:58:24 GMT
* Dependencies: @types/react, @types/popper.js
* Last updated: Tue, 16 Jul 2019 21:02:58 GMT
* Dependencies: @types/react, @types/popper.js, @types/date-fns
* 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>, Roy Xue <https://github.com/royxue>, Koala Human <https://github.com/KoalaHuman>, Sean Kelley <https://github.com/seansfkelley>, Justin Grant <https://github.com/justingrant>, Jake Boone <https://github.com/jakeboone02>, Roman Nuritdinov <https://github.com/Ky6uk>, Avi Klaiman <https://github.com/aviklai>.
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>, Koala Human <https://github.com/KoalaHuman>, Sean Kelley <https://github.com/seansfkelley>, Justin Grant <https://github.com/justingrant>, Jake Boone <https://github.com/jakeboone02>, Roman Nuritdinov <https://github.com/Ky6uk>, Avi Klaiman <https://github.com/aviklai>, and Naoki Sekiguchi <https://github.com/seckie>.
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