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 6.0.2 to 6.0.3

index.esm.js

2

index.global.min.js
/*!
FullCalendar Interaction Plugin v6.0.2
FullCalendar Interaction Plugin v6.0.3
Docs & License: https://fullcalendar.io/docs/editable

@@ -4,0 +4,0 @@ (c) 2022 Adam Shaw

{
"name": "@fullcalendar/interaction",
"version": "6.0.2",
"version": "6.0.3",
"title": "FullCalendar Interaction Plugin",

@@ -17,3 +17,3 @@ "description": "Calendar functionality for event drag-n-drop, event resizing, date clicking, and date selecting",

"peerDependencies": {
"@fullcalendar/core": "~6.0.2"
"@fullcalendar/core": "~6.0.3"
},

@@ -34,5 +34,5 @@ "type": "module",

"copyright": "2022 Adam Shaw",
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"main": "./index.js",
"module": "./index.esm.js",
"unpkg": "./index.global.min.js",

@@ -42,8 +42,6 @@ "jsdelivr": "./index.global.min.js",

"./package.json": "./package.json",
"./index.cjs": "./index.cjs",
"./index.js": "./index.js",
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
"require": "./index.js",
"import": "./index.esm.js"
}

@@ -50,0 +48,0 @@ },

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

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