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 4.0.0-beta.4 to 4.0.1

main.min.js

1

main.d.ts
declare module "@fullcalendar/moment-timezone" {
import "@fullcalendar/moment-timezone/builds/moment-timezone-with-data";
const _default_11: import("@fullcalendar/core/plugin-system").PluginDef;
export default _default_11;
}

10

main.js
/*!
@fullcalendar/moment-timezone v4.0.0-beta.4
@fullcalendar/moment-timezone v4.0.1
Docs & License: https://fullcalendar.io/

@@ -7,6 +7,6 @@ (c) 2019 Adam Shaw

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('moment'), require('@fullcalendar/core')) :
typeof define === 'function' && define.amd ? define(['exports', 'moment', '@fullcalendar/core'], factory) :
(global = global || self, factory(global.FullCalendarMomentTimezone = {}, global.moment, global.FullCalendar));
}(this, function (exports, moment, core) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('moment'), require('moment-timezone/builds/moment-timezone-with-data'), require('@fullcalendar/core')) :
typeof define === 'function' && define.amd ? define(['exports', 'moment', 'moment-timezone/builds/moment-timezone-with-data', '@fullcalendar/core'], factory) :
(global = global || self, factory(global.FullCalendarMomentTimezone = {}, global.moment, global.moment, global.FullCalendar));
}(this, function (exports, moment, momentTimezoneWithData, core) { 'use strict';

@@ -13,0 +13,0 @@ moment = moment && moment.hasOwnProperty('default') ? moment['default'] : moment;

@@ -23,11 +23,12 @@ {

"copyright": "2019 Adam Shaw",
"version": "4.0.0-beta.4",
"releaseDate": "2019-02-06",
"version": "4.0.1",
"releaseDate": "2019-03-18",
"peerDependencies": {
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"@fullcalendar/core": "4.0.0-beta.4"
"@fullcalendar/core": "^4.0.1"
},
"main": "main.js",
"unpkg": "main.min.js",
"types": "main.d.ts"
}
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