New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fullcalendar/interaction

Package Overview
Dependencies
Maintainers
1
Versions
63
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 5.0.0-beta.3 to 5.0.0-beta.4

4

main.d.ts

@@ -134,3 +134,3 @@ import { Emitter, PointerDragEvent, Rect, ScrollController, ElementDragging, DatePointApi, ViewApi, EventApi, Duration, Identity, DragMetaInput, PluginDef } from '@fullcalendar/common';

delayTimeoutId: number | null;
constructor(containerEl: HTMLElement);
constructor(containerEl: HTMLElement, selector?: string);
destroy(): void;

@@ -278,2 +278,2 @@ onPointerDown: (ev: PointerDragEvent) => void;

export default _default;
export { ExternalDraggable as Draggable, FeaturefulElementDragging, PointerDragging, ThirdPartyDraggable };
export { DateClickArg, ExternalDraggable as Draggable, DropArg, EventDragStartArg, EventDragStopArg, EventDropArg, EventLeaveArg, EventReceiveArg, EventResizeDoneArg, EventResizeStartArg, EventResizeStopArg, FeaturefulElementDragging, PointerDragging, ThirdPartyDraggable };
{
"name": "@fullcalendar/interaction",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"title": "FullCalendar Interaction Plugin",

@@ -8,3 +8,3 @@ "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",

"dependencies": {
"@fullcalendar/common": "5.0.0-beta.3",
"@fullcalendar/common": "5.0.0-beta.4",
"tslib": "^1.9.3"

@@ -11,0 +11,0 @@ },

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

Sorry, the diff of this file is not supported yet

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