Gathering detailed insights and metrics for time-zone
Gathering detailed insights and metrics for time-zone
Gathering detailed insights and metrics for time-zone
Gathering detailed insights and metrics for time-zone
npm install time-zone
98.4
Supply Chain
65
Quality
75.2
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
57 Stars
10 Commits
8 Forks
6 Watching
1 Branches
2 Contributors
Updated on 31 Jan 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-31.5%
98,404
Compared to previous day
Last week
-2.7%
723,174
Compared to previous week
Last month
2.4%
3,048,675
Compared to previous month
Last year
-16.7%
37,503,479
Compared to previous year
Pretty time zone:
+2
or-9:30
$ npm install time-zone
1import timeZone from 'time-zone'; 2 3// Current time zone (in Norway) 4timeZone(); 5//=> '+2' 6 7// Time zone in February (in Norway) 8timeZone(new Date(2016, 1, 1)); 9//=> '+1' 10 11// Current time zone (in French Polynesia) 12timeZone(); 13//=> '-9:30'
Type: Date
Default: new Date()
Custom date.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/10 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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