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

fullcalendar

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fullcalendar - npm Package Compare versions

Comparing version 6.1.4 to 6.1.5

16

index.js

@@ -1,10 +0,10 @@

import { globalPlugins } from '@fullcalendar/core';
export * from '@fullcalendar/core';
import interactionPlugin__default from '@fullcalendar/interaction';
export * from '@fullcalendar/interaction';
import dayGridPlugin from '@fullcalendar/daygrid';
import timeGridPlugin from '@fullcalendar/timegrid';
import listPlugin from '@fullcalendar/list';
import multiMonthPlugin from '@fullcalendar/multimonth';
import { globalPlugins } from '@fullcalendar/core/index.js';
export * from '@fullcalendar/core/index.js';
import interactionPlugin__default from '@fullcalendar/interaction/index.js';
export * from '@fullcalendar/interaction/index.js';
import dayGridPlugin from '@fullcalendar/daygrid/index.js';
import timeGridPlugin from '@fullcalendar/timegrid/index.js';
import listPlugin from '@fullcalendar/list/index.js';
import multiMonthPlugin from '@fullcalendar/multimonth/index.js';
globalPlugins.push(interactionPlugin__default, dayGridPlugin, timeGridPlugin, listPlugin, multiMonthPlugin);
{
"name": "fullcalendar",
"version": "6.1.4",
"version": "6.1.5",
"title": "FullCalendar Standard Bundle",

@@ -8,8 +8,8 @@ "description": "Easily render a full-sized drag & drop calendar with a combination of standard plugins",

"dependencies": {
"@fullcalendar/core": "~6.1.4",
"@fullcalendar/daygrid": "~6.1.4",
"@fullcalendar/interaction": "~6.1.4",
"@fullcalendar/list": "~6.1.4",
"@fullcalendar/multimonth": "~6.1.4",
"@fullcalendar/timegrid": "~6.1.4"
"@fullcalendar/core": "~6.1.5",
"@fullcalendar/daygrid": "~6.1.5",
"@fullcalendar/interaction": "~6.1.5",
"@fullcalendar/list": "~6.1.5",
"@fullcalendar/multimonth": "~6.1.5",
"@fullcalendar/timegrid": "~6.1.5"
},

@@ -44,2 +44,3 @@ "type": "module",

"./index.cjs": "./index.cjs",
"./index.js": "./index.js",
".": {

@@ -46,0 +47,0 @@ "types": "./index.d.ts",

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