Gathering detailed insights and metrics for express-naked-redirect-with-status-code
Gathering detailed insights and metrics for express-naked-redirect-with-status-code
Gathering detailed insights and metrics for express-naked-redirect-with-status-code
Gathering detailed insights and metrics for express-naked-redirect-with-status-code
expressNakedRedirect is a middleware for Express that redirects naked(root domain) request to www or its reverse.
npm install express-naked-redirect-with-status-code
Typescript
Module System
Min. Node Version
Node Version
NPM Version
65.8
Supply Chain
83.9
Quality
75
Maintenance
100
Vulnerability
98.9
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
11 Commits
1 Watchers
2 Branches
1 Contributors
Updated on Dec 13, 2017
Latest Version
0.2.0
Package Id
express-naked-redirect-with-status-code@0.2.0
Size
2.22 kB
NPM Version
5.3.0
Node Version
8.6.0
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
expressNakedRedirect is a middleware for Express that redirects naked(root domain) request to www or its reverse.
1$ npm install express-naked-redirect --save
It allows you to redirect http://domain.tld to http://www.domain.tld
1app.use(require('express-naked-redirect')())
It allows you to redirect http://www.domain.tld to http://domain.tld
1app.use(require('express-naked-redirect')(true))
It allows you to redirect http://domain.tld to http://sub.domain.tld
1app.use(require('express-naked-redirect')('sub'))
It allows you to redirect http://sub.domain.tld to http://domain.tld
1app.use(require('express-naked-redirect')(true, 'sub'))
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/11 approved changesets -- score normalized to 0
Reason
project is not fuzzed
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
19 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