Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fullcalendar/moment-timezone

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/moment-timezone - npm Package Compare versions

Comparing version 5.7.0 to 5.7.2

2

main.cjs.js
/*!
FullCalendar v5.7.0
FullCalendar v5.7.2
Docs & License: https://fullcalendar.io/

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

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

import { PluginDef } from '@fullcalendar/common';
import * as _fullcalendar_common from '@fullcalendar/common';
declare const _default: PluginDef;
declare const _default: _fullcalendar_common.PluginDef;
export default _default;
/*!
FullCalendar v5.7.0
FullCalendar v5.7.2
Docs & License: https://fullcalendar.io/

@@ -37,2 +37,4 @@ (c) 2021 Adam Shaw

function __extends(d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -39,0 +41,0 @@ function __() { this.constructor = d; }

/*!
FullCalendar v5.7.0
FullCalendar v5.7.2
Docs & License: https://fullcalendar.io/
(c) 2021 Adam Shaw
*/
var FullCalendarMomentTimezone=function(t,e,n){"use strict";function o(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=o(n),u=function(t,e){return(u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};var a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return function(t,e){function n(){this.constructor=t}u(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}(e,t),e.prototype.offsetForArray=function(t){return r.default.tz(t,this.timeZoneName).utcOffset()},e.prototype.timestampToArray=function(t){return r.default.tz(t,this.timeZoneName).toArray()},e}(e.NamedTimeZoneImpl),i=e.createPlugin({namedTimeZonedImpl:a});return e.globalPlugins.push(i),t.default=i,Object.defineProperty(t,"__esModule",{value:!0}),t}({},FullCalendar,moment);
var FullCalendarMomentTimezone=function(t,e,n){"use strict";function o(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=o(n),u=function(t,e){return(u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};var a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}u(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}(e,t),e.prototype.offsetForArray=function(t){return r.default.tz(t,this.timeZoneName).utcOffset()},e.prototype.timestampToArray=function(t){return r.default.tz(t,this.timeZoneName).toArray()},e}(e.NamedTimeZoneImpl),i=e.createPlugin({namedTimeZonedImpl:a});return e.globalPlugins.push(i),t.default=i,Object.defineProperty(t,"__esModule",{value:!0}),t}({},FullCalendar,moment);
/*!
FullCalendar v5.7.0
FullCalendar v5.7.2
Docs & License: https://fullcalendar.io/

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

{
"name": "@fullcalendar/moment-timezone",
"version": "5.7.0",
"version": "5.7.2",
"title": "FullCalendar Moment Timezone Plugin",

@@ -8,3 +8,3 @@ "description": "A connector to the moment-timezone library",

"dependencies": {
"@fullcalendar/common": "~5.7.0",
"@fullcalendar/common": "~5.7.2",
"tslib": "^2.0.3"

@@ -17,3 +17,3 @@ },

"devDependencies": {
"@fullcalendar/core-preact": "5.7.0",
"@fullcalendar/core-preact": "5.7.2",
"moment": "^2.29.1",

@@ -20,0 +20,0 @@ "moment-timezone": "^0.5.31"

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