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

4

index.global.js
/*!
FullCalendar Premium Common v6.0.0-beta.2
FullCalendar Premium Common v6.0.0-beta.3
Docs & License: https://fullcalendar.io/premium

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

name: '@fullcalendar/premium-common',
premiumReleaseDate: '2022-11-22',
premiumReleaseDate: '2022-12-02',
optionRefiners: OPTION_REFINERS,

@@ -78,0 +78,0 @@ viewContainerAppends: [buildLicenseWarning],

/*!
FullCalendar Premium Common v6.0.0-beta.2
FullCalendar Premium Common v6.0.0-beta.3
Docs & License: https://fullcalendar.io/premium
(c) 2022 Adam Shaw
*/
FullCalendar.PremiumCommon=function(e,n,t,l){"use strict";const 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"};const o={schedulerLicenseKey:String};var a=t.createPlugin({name:"@fullcalendar/premium-common",premiumReleaseDate:"2022-11-22",optionRefiners:o,viewContainerAppends:[function(e){let t=e.options.schedulerLicenseKey,o="undefined"!=typeof window?window.location.href:"";if(!/\w+:\/\/fullcalendar\.io\/|\/examples\/[\w-]+\.html$/.test(o)){let o=function(e,t){if(-1!==r.indexOf(e))return"valid";const l=(e||"").match(/^(\d+)-fcs-(\d+)$/);if(l&&10===l[1].length){const e=new Date(1e3*parseInt(l[2],10)),r=n.config.mockSchedulerReleaseDate||t;if(n.isValidDate(r)){return n.addDays(r,-372)<e?"valid":"outdated"}}return"invalid"}(t,e.pluginHooks.premiumReleaseDate);if("valid"!==o)return l.createElement("div",{className:"fc-license-message",style:i},"outdated"===o?l.createElement(l.Fragment,null,"Your license key is too old to work with this version. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#outdated"},"More Info")):l.createElement(l.Fragment,null,"Your license key is invalid. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#invalid"},"More Info")))}return null}]});return n.globalPlugins.push(a),e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar.Internal,FullCalendar,FullCalendar.Preact);
FullCalendar.PremiumCommon=function(e,n,t,l){"use strict";const 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"};const o={schedulerLicenseKey:String};var a=t.createPlugin({name:"@fullcalendar/premium-common",premiumReleaseDate:"2022-12-02",optionRefiners:o,viewContainerAppends:[function(e){let t=e.options.schedulerLicenseKey,o="undefined"!=typeof window?window.location.href:"";if(!/\w+:\/\/fullcalendar\.io\/|\/examples\/[\w-]+\.html$/.test(o)){let o=function(e,t){if(-1!==r.indexOf(e))return"valid";const l=(e||"").match(/^(\d+)-fcs-(\d+)$/);if(l&&10===l[1].length){const e=new Date(1e3*parseInt(l[2],10)),r=n.config.mockSchedulerReleaseDate||t;if(n.isValidDate(r)){return n.addDays(r,-372)<e?"valid":"outdated"}}return"invalid"}(t,e.pluginHooks.premiumReleaseDate);if("valid"!==o)return l.createElement("div",{className:"fc-license-message",style:i},"outdated"===o?l.createElement(l.Fragment,null,"Your license key is too old to work with this version. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#outdated"},"More Info")):l.createElement(l.Fragment,null,"Your license key is invalid. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#invalid"},"More Info")))}return null}]});return n.globalPlugins.push(a),e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar.Internal,FullCalendar,FullCalendar.Preact);

@@ -71,3 +71,3 @@ import { createPlugin } from '@fullcalendar/core/index.js';

name: '@fullcalendar/premium-common',
premiumReleaseDate: '2022-11-22',
premiumReleaseDate: '2022-12-02',
optionRefiners: OPTION_REFINERS,

@@ -74,0 +74,0 @@ viewContainerAppends: [buildLicenseWarning],

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

@@ -28,3 +28,3 @@ "calendar",

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

@@ -42,8 +42,8 @@ "type": "module",

".": {
"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 not supported yet

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