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.0-beta.2 to 6.0.0-beta.3

2

index.d.ts

@@ -219,3 +219,3 @@ import { DatePointApi, ViewApi, EventApi, EventChangeArg, Duration, EventDropArg, PluginDef } from '@fullcalendar/core';

}
//# sourceMappingURL=augment.d.ts.map
//# sourceMappingURL=ambient.d.ts.map

@@ -222,0 +222,0 @@ type DragMetaGenerator = DragMetaInput | ((el: HTMLElement) => DragMetaInput);

/*!
FullCalendar Interaction Plugin v6.0.0-beta.2
FullCalendar Interaction Plugin v6.0.0-beta.3
Docs & License: https://fullcalendar.io/

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

{
"name": "@fullcalendar/interaction",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"keywords": [

@@ -29,3 +29,3 @@ "calendar",

"peerDependencies": {
"@fullcalendar/core": "6.0.0-beta.2"
"@fullcalendar/core": "6.0.0-beta.3"
},

@@ -42,8 +42,8 @@ "main": "./index.cjs",

".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js",
"types": "./index.d.ts",
"default": "./index.global.js"
"import": "./index.js"
}
}
},
"sideEffects": false
}

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