Socket
Socket
Sign inDemoInstall

@fullcalendar/premium-common

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/premium-common - npm Package Compare versions

Comparing version 5.11.3 to 5.11.4

4

main.cjs.js
/*!
FullCalendar Scheduler v5.11.3
FullCalendar Scheduler v5.11.4
Docs & License: https://fullcalendar.io/scheduler

@@ -12,3 +12,3 @@ (c) 2022 Adam Shaw

var RELEASE_DATE = '2022-08-23'; // for Scheduler
var RELEASE_DATE = '2023-01-24'; // for Scheduler
var UPGRADE_WINDOW = 365 + 7; // days. 1 week leeway, for tz shift reasons too

@@ -15,0 +15,0 @@ var INVALID_LICENSE_URL = 'http://fullcalendar.io/docs/schedulerLicenseKey#invalid';

/*!
FullCalendar Scheduler v5.11.3
FullCalendar Scheduler v5.11.4
Docs & License: https://fullcalendar.io/scheduler

@@ -9,3 +9,3 @@ (c) 2022 Adam Shaw

var RELEASE_DATE = '2022-08-23'; // for Scheduler
var RELEASE_DATE = '2023-01-24'; // for Scheduler
var UPGRADE_WINDOW = 365 + 7; // days. 1 week leeway, for tz shift reasons too

@@ -12,0 +12,0 @@ var INVALID_LICENSE_URL = 'http://fullcalendar.io/docs/schedulerLicenseKey#invalid';

/*!
FullCalendar Scheduler v5.11.3
FullCalendar Scheduler v5.11.4
Docs & License: https://fullcalendar.io/scheduler
(c) 2022 Adam Shaw
*/
var FullCalendarPremiumCommon=function(e,t){"use strict";var n="2022-08-23",r=["GPL-My-Project-Is-Open-Source","CC-Attribution-NonCommercial-NoDerivatives"],i={position:"absolute",zIndex:99999,bottom:"1px",left:"1px",background:"#eee",borderColor:"#ddd",borderStyle:"solid",borderWidth:"1px 1px 0 0",padding:"2px 4px",fontSize:"12px",borderTopRightRadius:"3px"};var l={schedulerLicenseKey:String},a=t.createPlugin({optionRefiners:l,viewContainerAppends:[function(e){var l=e.options.schedulerLicenseKey,a="undefined"!=typeof window?window.location.href:"";if(!/\w+:\/\/fullcalendar\.io\/|\/examples\/[\w-]+\.html$/.test(a)){var o=function(e){if(-1!==r.indexOf(e))return"valid";var i=(e||"").match(/^(\d+)-fcs-(\d+)$/);if(i&&10===i[1].length){var l=new Date(1e3*parseInt(i[2],10)),a=new Date(t.config.mockSchedulerReleaseDate||n);if(t.isValidDate(a))return t.addDays(a,-372)<l?"valid":"outdated"}return"invalid"}(l);if("valid"!==o)return t.createElement("div",{className:"fc-license-message",style:i},"outdated"===o?t.createElement(t.Fragment,null,"Your license key is too old to work with this version. ",t.createElement("a",{href:"http://fullcalendar.io/docs/schedulerLicenseKey#outdated"},"More Info")):t.createElement(t.Fragment,null,"Your license key is invalid. ",t.createElement("a",{href:"http://fullcalendar.io/docs/schedulerLicenseKey#invalid"},"More Info")))}return null}]});return t.globalPlugins.push(a),e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar);
var FullCalendarPremiumCommon=function(e,t){"use strict";var n="2023-01-24",r=["GPL-My-Project-Is-Open-Source","CC-Attribution-NonCommercial-NoDerivatives"],i={position:"absolute",zIndex:99999,bottom:"1px",left:"1px",background:"#eee",borderColor:"#ddd",borderStyle:"solid",borderWidth:"1px 1px 0 0",padding:"2px 4px",fontSize:"12px",borderTopRightRadius:"3px"};var l={schedulerLicenseKey:String},a=t.createPlugin({optionRefiners:l,viewContainerAppends:[function(e){var l=e.options.schedulerLicenseKey,a="undefined"!=typeof window?window.location.href:"";if(!/\w+:\/\/fullcalendar\.io\/|\/examples\/[\w-]+\.html$/.test(a)){var o=function(e){if(-1!==r.indexOf(e))return"valid";var i=(e||"").match(/^(\d+)-fcs-(\d+)$/);if(i&&10===i[1].length){var l=new Date(1e3*parseInt(i[2],10)),a=new Date(t.config.mockSchedulerReleaseDate||n);if(t.isValidDate(a))return t.addDays(a,-372)<l?"valid":"outdated"}return"invalid"}(l);if("valid"!==o)return t.createElement("div",{className:"fc-license-message",style:i},"outdated"===o?t.createElement(t.Fragment,null,"Your license key is too old to work with this version. ",t.createElement("a",{href:"http://fullcalendar.io/docs/schedulerLicenseKey#outdated"},"More Info")):t.createElement(t.Fragment,null,"Your license key is invalid. ",t.createElement("a",{href:"http://fullcalendar.io/docs/schedulerLicenseKey#invalid"},"More Info")))}return null}]});return t.globalPlugins.push(a),e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar);
/*!
FullCalendar Scheduler v5.11.3
FullCalendar Scheduler v5.11.4
Docs & License: https://fullcalendar.io/scheduler

@@ -8,3 +8,3 @@ (c) 2022 Adam Shaw

var RELEASE_DATE = '2022-08-23'; // for Scheduler
var RELEASE_DATE = '2023-01-24'; // for Scheduler
var UPGRADE_WINDOW = 365 + 7; // days. 1 week leeway, for tz shift reasons too

@@ -11,0 +11,0 @@ var INVALID_LICENSE_URL = 'http://fullcalendar.io/docs/schedulerLicenseKey#invalid';

{
"name": "@fullcalendar/premium-common",
"version": "5.11.3",
"version": "5.11.4",
"title": "FullCalendar Premium Common",

@@ -8,3 +8,3 @@ "description": "Utilities for all of FullCalendar Scheduler's plugins",

"dependencies": {
"@fullcalendar/common": "~5.11.3",
"@fullcalendar/common": "~5.11.4",
"tslib": "^2.1.0"

@@ -31,4 +31,4 @@ },

"devDependencies": {
"@fullcalendar/core-preact": "5.11.3"
"@fullcalendar/core-preact": "5.11.4"
}
}
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