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.9 to 0.28.10

6

react-datepicker/index.d.ts

@@ -29,5 +29,5 @@ // Type definitions for react-datepicker v0.28.1

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

@@ -34,0 +34,0 @@ placeholderText?: string;

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

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

"peerDependencies": {},
"typesPublisherContentHash": "9d0b1314e1da169399459b18b68af79efda4660113082b766dfbeae1105ade04",
"typesPublisherContentHash": "89a9d3460030107351140a40da3c33b01640b0f142635f04fcb60995542ea5b0",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 23 Jan 2017 21:31:29 GMT
* Last updated: Mon, 30 Jan 2017 06:11:04 GMT
* Dependencies: react

@@ -14,0 +14,0 @@ * Global values: none

@@ -26,5 +26,5 @@ {

"hasPackageJson": true,
"contentHash": "9d0b1314e1da169399459b18b68af79efda4660113082b766dfbeae1105ade04"
"contentHash": "89a9d3460030107351140a40da3c33b01640b0f142635f04fcb60995542ea5b0"
},
"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