Socket
Socket
Sign inDemoInstall

@types/react-dates

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-dates - npm Package Compare versions

Comparing version 16.0.5 to 16.0.6

6

react-dates/index.d.ts

@@ -169,3 +169,3 @@ // Type definitions for react-dates v16.0.0

isRTL?: boolean,
verticalSpacing?: number,
verticalSpacing?: number,
verticalHeight?: number| null,

@@ -246,3 +246,5 @@

keepOpenOnDateSelect?: boolean,
hideKeyboardShortcutsPanel?: boolean;
noBorder?: boolean,
verticalBorderSpacing?: number,
firstDayOfWeek? : 0 | 1 | 2 | 3 | 4 | 5 | 6,

@@ -253,3 +255,2 @@

navNext?: string | JSX.Element,
hideKeyboardShortcutsPanel?: boolean;
onPrevMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void,

@@ -260,2 +261,3 @@ onNextMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void,

// day presentation and interaction related props
daySize?: number,
renderCalendarDay?: (day: momentPropTypes.momentObj) => (string | JSX.Element),

@@ -262,0 +264,0 @@ renderDayContents?: (day: momentPropTypes.momentObj) => (string | JSX.Element),

{
"name": "@types/react-dates",
"version": "16.0.5",
"version": "16.0.6",
"description": "TypeScript definitions for react-dates",

@@ -16,3 +16,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -24,4 +24,4 @@ "scripts": {},

},
"typesPublisherContentHash": "e9578948312a7b6be76af49c14f865a2acbc0c6c3d6f9f92c89e9404efde03f3",
"typesPublisherContentHash": "cf246a8d2e65b63a79b931a4681a6da05799171a4c0bd13eee712abac8e09ac3",
"typeScriptVersion": "2.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dates
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-dates
Additional Details
* Last updated: Tue, 13 Feb 2018 00:46:30 GMT
* Last updated: Thu, 10 May 2018 20:18:20 GMT
* Dependencies: react, moment

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

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