Socket
Socket
Sign inDemoInstall

@types/react-calendar

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-calendar - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

9

react-calendar/index.d.ts
// Type definitions for react-calendar 3.0
// Project: https://github.com/wojtekmaj/react-calendar
// Definitions by: Stéphane Saquet <https://github.com/Guymestef>
// Definitions by: Stéphane Saquet <https://github.com/Guymestef>, Katie Soldau <https://github.com/ksoldau>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -21,2 +21,6 @@ // TypeScript Version: 3.5

className?: string | string[];
defaultActiveStartDate?: Date;
defaultValue?: Date | Date[];
defaultView?: Detail;
formatLongDate?: FormatterCallback;
formatMonth?: FormatterCallback;

@@ -31,2 +35,3 @@ formatMonthYear?: FormatterCallback;

minDetail?: Detail;
navigationAriaLabel?: string;
navigationLabel?: (props: { date: Date, view: Detail, label: string }) => string | JSX.Element | null;

@@ -39,2 +44,3 @@ next2AriaLabel?: string;

onChange?: OnChangeDateCallback;
onViewChange?: ViewCallback;
onClickDay?: DateCallback;

@@ -54,2 +60,3 @@ onClickDecade?: DateCallback;

selectRange?: boolean;
showDoubleView?: boolean;
showFixedNumberOfWeeks?: boolean;

@@ -56,0 +63,0 @@ showNavigation?: boolean;

9

react-calendar/package.json
{
"name": "@types/react-calendar",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for react-calendar",

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

"githubUsername": "Guymestef"
},
{
"name": "Katie Soldau",
"url": "https://github.com/ksoldau",
"githubUsername": "ksoldau"
}

@@ -23,4 +28,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "064a5879310928ad127c06ad9494db0ed4531ec4d605eb6f0fc6ce4951ae9c07",
"typesPublisherContentHash": "4059671ac43e39c19e6debccfdc247086d54f32ddcb56bcb72b83482d0a927e0",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Wed, 01 Apr 2020 18:41:40 GMT
* Last updated: Wed, 08 Apr 2020 20:11:26 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Stéphane Saquet](https://github.com/Guymestef).
These definitions were written by [Stéphane Saquet](https://github.com/Guymestef), and [Katie Soldau](https://github.com/ksoldau).
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