Gathering detailed insights and metrics for @fullcalendar/moment-timezone
Gathering detailed insights and metrics for @fullcalendar/moment-timezone
Gathering detailed insights and metrics for @fullcalendar/moment-timezone
Gathering detailed insights and metrics for @fullcalendar/moment-timezone
Full-sized drag & drop event calendar in JavaScript
npm install @fullcalendar/moment-timezone
Typescript
Module System
Node Version
NPM Version
84.6
Supply Chain
67.8
Quality
80.8
Maintenance
100
Vulnerability
100
License
TypeScript (84.11%)
HTML (12.58%)
CSS (2.03%)
JavaScript (0.97%)
PHP (0.29%)
Smarty (0.02%)
Total Downloads
8,845,707
Last Day
1,252
Last Week
57,383
Last Month
228,078
Last Year
2,800,547
MIT License
19,586 Stars
6,471 Commits
3,674 Forks
434 Watchers
4 Branches
131 Contributors
Updated on Jun 16, 2025
Minified
Minified + Gzipped
Latest Version
6.1.17
Package Id
@fullcalendar/moment-timezone@6.1.17
Unpacked Size
6.56 kB
Size
2.56 kB
File Count
8
NPM Version
10.7.0
Node Version
20.14.0
Published on
Apr 02, 2025
Cumulative downloads
Total Downloads
Last Day
-19%
1,252
Compared to previous day
Last Week
-0.5%
57,383
Compared to previous week
Last Month
1.1%
228,078
Compared to previous month
Last Year
18.6%
2,800,547
Compared to previous year
2
Enhanced named time zone functionality with Moment Timezone
First, ensure Moment Timezone is installed:
1npm install moment-timezone
Then, install the FullCalendar core package, the Moment Timezone plugin, and any other plugins (like daygrid):
1npm install @fullcalendar/core @fullcalendar/moment-timezone @fullcalendar/daygrid
Instantiate a Calendar with the necessary plugin:
1import { Calendar } from '@fullcalendar/core' 2import momentTimezonePlugin from '@fullcalendar/moment-timezone' 3import dayGridPlugin from '@fullcalendar/daygrid' 4 5const calendarEl = document.getElementById('calendar') 6const calendar = new Calendar(calendarEl, { 7 plugins: [ 8 momentTimezonePlugin, 9 dayGridPlugin 10 ], 11 initialView: 'dayGridMonth', 12 timeZone: 'America/New_York' // enhance named time zones 13}) 14 15calendar.render()
No vulnerabilities found.
Reason
14 commit(s) and 12 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
8 existing vulnerabilities detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Score
Last Scanned on 2025-06-09
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More