Gathering detailed insights and metrics for fastify-no-icon
Gathering detailed insights and metrics for fastify-no-icon
Gathering detailed insights and metrics for fastify-no-icon
Gathering detailed insights and metrics for fastify-no-icon
npm install fastify-no-icon
Typescript
Module System
Node Version
NPM Version
72
Supply Chain
66
Quality
78.9
Maintenance
100
Vulnerability
100
License
JavaScript (63.71%)
TypeScript (36.29%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
13 Stars
26 Commits
3 Forks
3 Watchers
1 Branches
6 Contributors
Updated on Jan 20, 2025
Latest Version
7.0.0
Package Id
fastify-no-icon@7.0.0
Unpacked Size
3.53 kB
Size
1.75 kB
File Count
8
NPM Version
10.7.0
Node Version
20.15.1
Published on
Sep 28, 2024
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
This is a simple plugin for Fastify to deal with annoying /favicon.ico
requests. Under normal operation Fastify will throw an error because a route
isn't registered to handle the request. This plugin merely gives it one.
1const fastify = require('fastify')() 2fastify.register(require('fastify-no-icon')) 3fastify.listen({ 4 port: 3000 5}) 6// curl 127.0.0.1:3000/favicon.ico => empty 404 and no thrown error
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
Found 5/20 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license 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-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