Socket
Socket
Sign inDemoInstall

@types/react-big-calendar

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-big-calendar - npm Package Compare versions

Comparing version 0.24.8 to 0.30.0

4

react-big-calendar/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-big-calendar 0.24
// Type definitions for react-big-calendar 0.30
// Project: https://github.com/jquense/react-big-calendar

@@ -308,4 +308,6 @@ // Definitions by: Piotr Witek <https://github.com/piotrwitek>

onSelectEvent?: (event: TEvent, e: React.SyntheticEvent<HTMLElement>) => void;
onKeyPressEvent?: (event: TEvent, e: React.SyntheticEvent<HTMLElement>) => void;
onSelecting?: (range: { start: stringOrDate; end: stringOrDate }) => boolean | undefined | null;
onRangeChange?: (range: Date[] | { start: stringOrDate; end: stringOrDate }, view: View | undefined) => void;
showAllEvents?: boolean;
selected?: any;

@@ -312,0 +314,0 @@ views?: ViewsProps<TEvent, TResource>;

{
"name": "@types/react-big-calendar",
"version": "0.24.8",
"version": "0.30.0",
"description": "TypeScript definitions for react-big-calendar",

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

},
"typesPublisherContentHash": "35876c9a60843f32408c419f472f63e4888253a0ea4be7f73cc298ac8f354478",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "dfe16fe6acb6ed3eaaed8a1940b8a910dc3243c08994e5f1fd271b4f32db796f",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Fri, 30 Oct 2020 13:01:17 GMT
* Last updated: Thu, 28 Jan 2021 18:21:01 GMT
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/react](https://npmjs.com/package/@types/react)

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