New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-day-picker

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-day-picker - npm Package Compare versions

Comparing version 1.2.26 to 1.2.27

12

index.d.ts

@@ -32,3 +32,3 @@ // Type definitions for react-day-picker v1.2.0

locale?: string;
onClick?: React.MouseEventHandler;
onClick?: React.MouseEventHandler<{}>;
}

@@ -48,8 +48,8 @@

captionElement?: React.ReactElement<CaptionElementProps>;
onDayClick?: (e: React.SyntheticEvent, day: Date, modifiers: string[]) => any;
onDayTouchTap?: (e: React.SyntheticEvent, day: Date, modifiers: string[]) => any;
onDayMouseEnter?: (e: React.SyntheticEvent, day: Date, modifiers: string[]) => any;
onDayMouseLeave?: (e: React.SyntheticEvent, day: Date, modifiers: string[]) => any;
onDayClick?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any;
onDayTouchTap?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any;
onDayMouseEnter?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any;
onDayMouseLeave?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any;
onMonthChange?: (month: Date) => any;
onCaptionClick?: (e: React.SyntheticEvent, month: Date) => any;
onCaptionClick?: (e: React.SyntheticEvent<{}>, month: Date) => any;
className?: string;

@@ -56,0 +56,0 @@ style?: React.CSSProperties;

{
"name": "@types/react-day-picker",
"version": "1.2.26",
"version": "1.2.27",
"description": "TypeScript definitions for react-day-picker v1.2.0",
"license": "MIT",
"author": "Giampaolo Bellavite <https://github.com/gpbl>, Jason Killian <https://github.com/jkillian>",
"main": "",
"scripts": {},
"author": "Giampaolo Bellavite <https://github.com/gpbl>, Jason Killian <https://github.com/jkillian>",
"repository": {

@@ -12,7 +12,7 @@ "type": "git",

},
"license": "MIT",
"typings": "index.d.ts",
"scripts": {},
"dependencies": {
"@types/react": "0.14.*"
}
},
"typings": "index.d.ts"
}

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

Additional Details
* Last updated: Thu, 14 Jul 2016 13:52:49 GMT
* Last updated: Tue, 19 Jul 2016 13:07:25 GMT
* File structure: Mixed

@@ -14,0 +14,0 @@ * Library Dependencies: react

@@ -26,3 +26,4 @@ {

],
"contentHash": "42141bc7c0c9336f7b5ea559660c7f34423511223830e6c508c62515a4eb0e18"
"hasPackageJson": false,
"contentHash": "b9d174a40b373d68d4379c4d0e7ea82d202e209570ad021a77f7e1b603c242fd"
}
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