Gathering detailed insights and metrics for eslint-plugin-moment-utc
Gathering detailed insights and metrics for eslint-plugin-moment-utc
npm install eslint-plugin-moment-utc
Typescript
Module System
Min. Node Version
Node Version
NPM Version
76.1
Supply Chain
79.8
Quality
75.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
301,258
Last Day
70
Last Week
876
Last Month
16,817
Last Year
97,757
2 Stars
9 Commits
2 Watching
3 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
2.0.0
Package Id
eslint-plugin-moment-utc@2.0.0
Unpacked Size
16.68 kB
Size
5.87 kB
File Count
7
NPM Version
9.8.1
Node Version
18.18.1
Publised On
07 Jun 2024
Cumulative downloads
Total Downloads
Last day
-73.8%
70
Compared to previous day
Last week
-68%
876
Compared to previous week
Last month
75.4%
16,817
Compared to previous month
Last year
114.4%
97,757
Compared to previous year
1
This is an ESLint plugin to prevent the usage of localtime.
You'll first need to install ESLint:
1npm i eslint --save-dev
Next, install eslint-plugin-moment-utc
:
1npm install eslint-plugin-moment-utc --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must
also install eslint-plugin-moment-utc
globally.
Add utc
to the plugins section of your .eslintrc
configuration file. You can
omit the eslint-plugin-
prefix:
1{ 2 "plugins": [ 3 "moment-utc" 4 ] 5}
Then configure the rules you want to use under the rules section.
1{ 2 "rules": { 3 "moment-utc/no-moment-without-utc": 2 4 } 5}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/6 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
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
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 2025-01-06
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