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.5
Supply Chain
66
Quality
78.9
Maintenance
100
Vulnerability
100
License
JavaScript (63.71%)
TypeScript (36.29%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
597,102
Last Day
437
Last Week
2,353
Last Month
10,511
Last Year
179,557
13 Stars
26 Commits
3 Forks
4 Watchers
1 Branches
6 Contributors
Updated on Jan 20, 2025
Minified
Minified + Gzipped
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
31.2%
437
Compared to previous day
Last Week
-10.5%
2,353
Compared to previous week
Last Month
-1.3%
10,511
Compared to previous month
Last Year
-19.7%
179,557
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 dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 5/20 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
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-02-10
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