Gathering detailed insights and metrics for eslint-plugin-jam3
Gathering detailed insights and metrics for eslint-plugin-jam3
Gathering detailed insights and metrics for eslint-plugin-jam3
Gathering detailed insights and metrics for eslint-plugin-jam3
npm install eslint-plugin-jam3
Typescript
Module System
Min. Node Version
Node Version
NPM Version
97.9
Supply Chain
85.3
Quality
74.9
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
24 Commits
3 Forks
30 Watchers
2 Branches
58 Contributors
Updated on Jun 10, 2022
Latest Version
0.2.3
Package Id
eslint-plugin-jam3@0.2.3
Size
17.79 kB
NPM Version
6.9.0
Node Version
10.16.3
Published on
Dec 18, 2019
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Jam3 eslint plugin for react
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-jam3
:
$ npm install eslint-plugin-jam3 --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-jam3
globally.
Add jam3
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
1{ 2 "plugins": ["jam3"] 3}
Then configure the rules you want to use under the rules section.
1{ 2 "rules": { 3 "jam3/rule-name": 2 4 } 5}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/18 approved changesets -- score normalized to 0
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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
22 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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