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.28.7 to 0.28.8

11

react-datepicker/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for react-datepicker v0.28.1

excludeDates?: any[];
filterDate?():any;
filterDate?(): any;
fixedHeight?: boolean;

@@ -29,6 +29,5 @@ id?: string;

name?: string;
onBlur?():any;
onChange():any;
onChange(date?:any):any;
onFocus?():any;
onBlur?(handler: (e: any) => void): any;
onChange(handler: (date?: any, e?: any) => void): any;
onFocus?(handler: (e: any) => void): any;
peekNextMonth?: boolean;

@@ -45,3 +44,3 @@ placeholderText?: string;

selectsEnd?: boolean;
selectsStart?: boolean;
selectsStart?: boolean;
showMonthDropdown?: boolean;

@@ -48,0 +47,0 @@ showYearDropdown?: boolean;

{
"name": "@types/react-datepicker",
"version": "0.28.7",
"description": "TypeScript definitions for react-datepicker v0.28.1",
"version": "0.28.8",
"description": "TypeScript definitions for react-datepicker",
"license": "MIT",

@@ -18,4 +18,4 @@ "author": "Rajab Shakirov <https://github.com/radziksh>, Andrey Balokha <https://github.com/andrewBalekha>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "79362665e0148d4cec840d17d3d70d66e7ec18c12d9a4c8dbcd401e258b68208"
"typesPublisherContentHash": "221ddefe13a870cf34553f8d11df2c3e6aa4f8b3dcd82d54eb8e20b40e105917",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for react-datepicker v0.28.1 (https://github.com/Hacker0x01/react-datepicker).
This package contains type definitions for react-datepicker (https://github.com/Hacker0x01/react-datepicker).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-datepicker
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-datepicker
Additional Details
* Last updated: Mon, 21 Nov 2016 21:02:58 GMT
* File structure: DeclareModule
* Library Dependencies: react
* Module Dependencies: none
* Last updated: Wed, 18 Jan 2017 05:50:23 GMT
* Dependencies: react
* Global values: none

@@ -17,0 +15,0 @@

{
"authors": "Rajab Shakirov <https://github.com/radziksh>, Andrey Balokha <https://github.com/andrewBalekha>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"react"
],
"moduleDependencies": [],
"libraryMajorVersion": 0,
"libraryMinorVersion": 28,
"libraryName": "react-datepicker v0.28.1",
"typingsPackageName": "react-datepicker",
"projectName": "https://github.com/Hacker0x01/react-datepicker",
"name": "react-datepicker",
"libraryName": "react-datepicker",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "DeclareModule",
"globals": [],
"declaredModules": [
"react-datepicker"
],
"files": [
"index.d.ts"
],
"hasPackageJson": true,
"contentHash": "79362665e0148d4cec840d17d3d70d66e7ec18c12d9a4c8dbcd401e258b68208"
"data": {
"authors": "Rajab Shakirov <https://github.com/radziksh>, Andrey Balokha <https://github.com/andrewBalekha>",
"dependencies": {
"react": "*"
},
"pathMappings": {},
"libraryMajorVersion": 0,
"libraryMinorVersion": 28,
"typeScriptVersion": "2.0",
"libraryName": "react-datepicker",
"typingsPackageName": "react-datepicker",
"projectName": "https://github.com/Hacker0x01/react-datepicker",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"react-datepicker"
],
"files": [
"index.d.ts"
],
"hasPackageJson": true,
"contentHash": "221ddefe13a870cf34553f8d11df2c3e6aa4f8b3dcd82d54eb8e20b40e105917"
},
"isLatest": true
}
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