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.30.0 to 0.30.1

4

react-big-calendar/lib/addons/dragAndDrop.d.ts

@@ -5,4 +5,4 @@ import { Calendar, CalendarProps, Components, Event, stringOrDate } from '../../index';

export interface withDragAndDropProps<TEvent extends object = Event, TResource extends object = object> {
onEventDrop?: (args: { event: TEvent, start: stringOrDate, end: stringOrDate, allDay: boolean }) => void;
onEventResize?: (args: { event: TEvent, start: stringOrDate, end: stringOrDate, allDay: boolean }) => void;
onEventDrop?: (args: { event: TEvent, start: stringOrDate, end: stringOrDate, isAllDay: boolean }) => void;
onEventResize?: (args: { event: TEvent, start: stringOrDate, end: stringOrDate, isAllDay: boolean }) => void;
onDragStart?: (args: { event: TEvent, action: 'resize' | 'move', direction: 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' }) => void;

@@ -9,0 +9,0 @@ onDragOver?: (event: React.DragEvent) => void;

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

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

},
"typesPublisherContentHash": "dfe16fe6acb6ed3eaaed8a1940b8a910dc3243c08994e5f1fd271b4f32db796f",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "b00b3028112a1c4b9caed1a5298bc5bc85526379ec6923e1c1487c3d2c836b08",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Thu, 28 Jan 2021 18:21:01 GMT
* Last updated: Tue, 16 Mar 2021 18:47:26 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