Socket
Socket
Sign inDemoInstall

@fullcalendar/multimonth

Package Overview
Dependencies
3
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.4 to 6.1.5

2

index.global.js
/*!
FullCalendar Multi-Month Plugin v6.1.4
FullCalendar Multi-Month Plugin v6.1.5
Docs & License: https://fullcalendar.io/docs/multimonth-grid

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

/*!
FullCalendar Multi-Month Plugin v6.1.4
FullCalendar Multi-Month Plugin v6.1.5
Docs & License: https://fullcalendar.io/docs/multimonth-grid

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

@@ -1,5 +0,5 @@

import { createPlugin } from '@fullcalendar/core';
import { buildDayTableModel, DayTableSlicer, TableRows, buildDayTableRenderRange, TableDateProfileGenerator } from '@fullcalendar/daygrid/internal';
import { DateComponent, memoize, getUniqueDomId, DayHeader, ViewContainer, formatIsoMonthStr, isPropsEqual, createDuration, intersectRanges, createFormatter, injectStyles } from '@fullcalendar/core/internal';
import { createElement, createRef } from '@fullcalendar/core/preact';
import { createPlugin } from '@fullcalendar/core/index.js';
import { buildDayTableModel, DayTableSlicer, TableRows, buildDayTableRenderRange, TableDateProfileGenerator } from '@fullcalendar/daygrid/internal.js';
import { DateComponent, memoize, getUniqueDomId, DayHeader, ViewContainer, formatIsoMonthStr, isPropsEqual, createDuration, intersectRanges, createFormatter, injectStyles } from '@fullcalendar/core/internal.js';
import { createElement, createRef } from '@fullcalendar/core/preact.js';

@@ -6,0 +6,0 @@ class SingleMonth extends DateComponent {

{
"name": "@fullcalendar/multimonth",
"version": "6.1.4",
"version": "6.1.5",
"title": "FullCalendar Multi-Month Plugin",

@@ -15,6 +15,6 @@ "description": "Display a sequence or grid of multiple months",

"dependencies": {
"@fullcalendar/daygrid": "~6.1.4"
"@fullcalendar/daygrid": "~6.1.5"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.4"
"@fullcalendar/core": "~6.1.5"
},

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc