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 5.1.0 to 5.2.0

main.global.js

2

main.d.ts

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

event: EventApi;
relatedEvents: EventApi[];
revert: () => void;
view: ViewApi;

@@ -201,0 +203,0 @@ }

7

package.json
{
"name": "@fullcalendar/interaction",
"version": "5.1.0",
"version": "5.2.0",
"title": "FullCalendar Interaction Plugin",

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

"dependencies": {
"@fullcalendar/common": "~5.1.0",
"@fullcalendar/common": "~5.2.0",
"tslib": "^2.0.0"
},
"type": "module",
"main": "main.js",
"types": "main.d.ts",
"jsdelivr": "main.global.min.js",
"browserGlobal": "FullCalendarInteraction",
"homepage": "https://fullcalendar.io/",

@@ -15,0 +18,0 @@ "bugs": "https://fullcalendar.io/reporting-bugs",

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