Gathering detailed insights and metrics for moment-timezone
Gathering detailed insights and metrics for moment-timezone
Gathering detailed insights and metrics for moment-timezone
Gathering detailed insights and metrics for moment-timezone
@types/moment-timezone
Stub TypeScript definitions entry for moment-timezone, which provides its own types definitions
@operato/moment-timezone-es
ES module for moment-timezone
moment-timezone-data-webpack-plugin
Remove unneeded data from moment-timezone in a webpack build
@fullcalendar/moment-timezone
Enhanced named time zone functionality with Moment Timezone
npm install moment-timezone
Typescript
Module System
Min. Node Version
Node Version
NPM Version
90.3
Supply Chain
87.9
Quality
89.4
Maintenance
100
Vulnerability
100
License
JavaScript (99.98%)
TypeScript (0.02%)
Total Downloads
2,437,353,675
Last Day
539,062
Last Week
9,921,596
Last Month
43,182,550
Last Year
485,798,063
MIT License
3,867 Stars
677 Commits
834 Forks
102 Watchers
13 Branches
52 Contributors
Updated on Jun 12, 2025
Minified
Minified + Gzipped
Latest Version
0.6.0
Package Id
moment-timezone@0.6.0
Unpacked Size
2.71 MB
Size
233.49 kB
File Count
27
NPM Version
11.3.0
Node Version
23.11.0
Published on
May 25, 2025
Cumulative downloads
Total Downloads
Last Day
2.6%
539,062
Compared to previous day
Last Week
-6.4%
9,921,596
Compared to previous week
Last Month
0.5%
43,182,550
Compared to previous month
Last Year
7.7%
485,798,063
Compared to previous year
1
IANA Time zone support for Moment.js
Moment-Timezone is an add-on for Moment.js. Both are considered legacy projects, now in maintenance mode. In most cases, you should choose a different library.
For more details and recommendations, please see Project Status in the Moment docs.
Thank you.
1var june = moment("2014-06-01T12:00:00Z"); 2june.tz('America/Los_Angeles').format('ha z'); // 5am PDT 3june.tz('America/New_York').format('ha z'); // 8am EDT 4june.tz('Asia/Tokyo').format('ha z'); // 9pm JST 5june.tz('Australia/Sydney').format('ha z'); // 10pm EST 6 7var dec = moment("2014-12-01T12:00:00Z"); 8dec.tz('America/Los_Angeles').format('ha z'); // 4am PST 9dec.tz('America/New_York').format('ha z'); // 7am EST 10dec.tz('Asia/Tokyo').format('ha z'); // 9pm JST 11dec.tz('Australia/Sydney').format('ha z'); // 11pm EST
Moment-timezone is freely distributable under the terms of the MIT license.
0/10
Summary
Cleartext Transmission of Sensitive Information in moment-timezone
Affected Versions
>= 0.1.0, < 0.5.35
Patched Versions
0.5.35
0/10
Summary
Command Injection in moment-timezone
Affected Versions
>= 0.1.0, < 0.5.35
Patched Versions
0.5.35
Reason
no dangerous workflow patterns detected
Reason
12 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
8 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/16 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
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