Installations
npm install eslint-formatter-filelink-stylish
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
12.10.0
NPM Version
6.11.3
Score
68.2
Supply Chain
75.3
Quality
74.9
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
zeitport
Download Statistics
Total Downloads
763
Last Day
1
Last Week
4
Last Month
10
Last Year
89
GitHub Statistics
1 Stars
10 Commits
2 Watching
6 Branches
1 Contributors
Bundle Size
1.18 kB
Minified
679.00 B
Minified + Gzipped
Package Meta Information
Latest Version
1.0.1
Package Id
eslint-formatter-filelink-stylish@1.0.1
Unpacked Size
6.47 kB
Size
2.67 kB
File Count
4
NPM Version
6.11.3
Node Version
12.10.0
Total Downloads
Cumulative downloads
Total Downloads
763
Last day
0%
1
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
400%
10
Compared to previous month
Last year
-16%
89
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
1
eslint-formatter-filelink-stylish
This ESLint formatter is a modifications of the stylish formatter to support autolinkable filepaths.
Getting started
Install formatter
1npm install eslint-formatter-filelink-stylish --save-dev
Use it with eslint CLI
1eslint -f filelink-stylish .
or via nodejs
1'use strict'; 2 3const CLIEngine = require('eslint').CLIEngine; 4const formatter = require('eslint-formatter-filelink-stylish'); 5 6const cli = new CLIEngine({ 7 useEslintrc: true, 8 cwd:__dirname 9}); 10const report = cli.executeOnFiles(['example.js']); 11 12console.log(formatter(report.results));
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 4 are checked with a SAST tool
Reason
10 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-6chw-6frg-f759
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c
- Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m / GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
Score
1.7
/10
Last Scanned on 2024-12-16
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