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

@fullcalendar/interaction

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/interaction - npm Package Compare versions

Comparing version 4.4.0 to 5.0.0-beta

8

main.d.ts

@@ -185,3 +185,3 @@ // Generated by dts-bundle v0.7.3-fork.1

declare module '@fullcalendar/interaction/interactions-external/ExternalElementDragging' {
import { Hit, PointerDragEvent, EventTuple, DatePointApi, Calendar, EventInteractionState, DragMetaInput, DragMeta, View, ElementDragging } from '@fullcalendar/core';
import { Hit, PointerDragEvent, EventTuple, DatePointApi, Calendar, EventInteractionState, DragMetaInput, DragMeta, ElementDragging, ViewApi } from '@fullcalendar/core';
import HitDragging from '@fullcalendar/interaction/interactions/HitDragging';

@@ -192,3 +192,3 @@ export type DragMetaGenerator = DragMetaInput | ((el: HTMLElement) => DragMetaInput);

jsEvent: UIEvent;
view: View;
view: ViewApi;
}

@@ -265,5 +265,5 @@ export { ExternalElementDragging as default, ExternalElementDragging };

computeClientRect(): {
left: number;
left: any;
right: number;
top: number;
top: any;
bottom: number;

@@ -270,0 +270,0 @@ };

{
"name": "@fullcalendar/interaction",
"version": "4.4.0",
"version": "5.0.0-beta",
"title": "FullCalendar Interaction Plugin",

@@ -26,9 +26,10 @@ "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",

"copyright": "2019 Adam Shaw",
"dependencies": {
"tslib": "^1.9.3"
},
"peerDependencies": {
"@fullcalendar/core": "~4.4.0"
"@fullcalendar/core": "5.0.0-beta"
},
"main": "main.js",
"module": "main.esm.js",
"unpkg": "main.min.js",
"types": "main.d.ts"
}

Sorry, the diff of this file is too big to display

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