Gathering detailed insights and metrics for http-server-request-handlers-empty-favicon
Gathering detailed insights and metrics for http-server-request-handlers-empty-favicon
Gathering detailed insights and metrics for http-server-request-handlers-empty-favicon
Gathering detailed insights and metrics for http-server-request-handlers-empty-favicon
an http.Server request handler that handles requests for favicon.ico
npm install http-server-request-handlers-empty-favicon
Typescript
Module System
Node Version
NPM Version
68.5
Supply Chain
82.9
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jun 20, 2018
Latest Version
0.1.1
Package Id
http-server-request-handlers-empty-favicon@0.1.1
Unpacked Size
29.87 kB
Size
7.16 kB
File Count
19
NPM Version
6.1.0
Node Version
6.14.2
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
an http.Server request handler that handles requests for /favicon.ico
.
when a request is made to /favicon.ico
this middleware will return an empty favicon.
1npm install http-server-request-handlers-empty-favicon
1/** 2 * @param {IncomingMessage} req 3 * @param {string} [req.url] 4 * 5 * @param {ServerResponse} res 6 * @param {Function} res.send 7 * @param {Function} res.setHeader 8 * 9 * @param {Function} next 10 * 11 * @returns {*} 12 */ 13function faviconRequestHandler( req, res, next )
1var express = require( 'express' ) 2var app = express() 3var emptyFavicon = require( 'http-server-request-handlers-empty-favicon' ) 4 5app.use( emptyFavicon )
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
48 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