Gathering detailed insights and metrics for @wwa/fastify-favicon
Gathering detailed insights and metrics for @wwa/fastify-favicon
Gathering detailed insights and metrics for @wwa/fastify-favicon
Gathering detailed insights and metrics for @wwa/fastify-favicon
Fastify plugin to eliminate errors for favicon.ico requests
npm install @wwa/fastify-favicon
Typescript
Module System
Node Version
NPM Version
65.5
Supply Chain
66.2
Quality
85
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
885 Commits
3 Watchers
1 Branches
2 Contributors
Updated on Jul 11, 2025
Latest Version
2.3.1
Package Id
@wwa/fastify-favicon@2.3.1
Unpacked Size
4.38 kB
Size
1.95 kB
File Count
5
NPM Version
10.9.2
Node Version
22.16.0
Published on
Jun 28, 2025
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
1
4
A plugin for Fastify to eliminate exceptions on requests to /favicon.ico
.
1npm install --save-dev @wwa/fastify-favicon
1const fastify = require('fastify')(); 2fastify.register(require('@wwa/fastify-favicon')); 3 4fastify.listen(3000);
Requests to /favicon.ico
will return a 16x16 black icon.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
SAST tool is run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 0/21 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
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