Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.1.4 to 3.1.5

6

react-calendar/index.d.ts

@@ -9,5 +9,5 @@ // Type definitions for react-calendar 3.1

export type Detail = 'month' | 'year' | 'decade' | 'century';
export type DateCallback = (date: Date) => void;
export type ClickWeekNumberCallback = (weekNumber: number, date: Date) => void;
export type OnChangeDateCallback = (date: Date | Date[]) => void;
export type DateCallback = (date: Date, event: React.SyntheticEvent) => void;
export type ClickWeekNumberCallback = (weekNumber: number, date: Date, event: React.SyntheticEvent) => void;
export type OnChangeDateCallback = (date: Date | Date[], event: React.SyntheticEvent) => void;
export type FormatterCallback = (locale: string, date: Date) => string;

@@ -14,0 +14,0 @@ export type ViewCallback = (props: ViewCallbackProperties) => void;

{
"name": "@types/react-calendar",
"version": "3.1.4",
"version": "3.1.5",
"description": "TypeScript definitions for react-calendar",

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

"dependencies": {},
"typesPublisherContentHash": "d971e442fddc2fd3d8cc3999bc974e3e03a7d669092343fae9872ccf34913509",
"typesPublisherContentHash": "1ef793cc7ad3fa63e4c7fca5c5db4870c63f93f03f611cf5272b41692002e710",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Sun, 07 Mar 2021 12:22:10 GMT
* Last updated: Mon, 17 May 2021 12:01:25 GMT
* Dependencies: none

@@ -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