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
1,059
Last Day
1
Last Week
3
Last Month
21
Last Year
86
MIT License
11 Commits
1 Watchers
2 Branches
1 Contributors
Updated on Dec 13, 2017
Minified
Minified + Gzipped
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
-50%
1
Compared to previous day
Last Week
-62.5%
3
Compared to previous week
Last Month
75%
21
Compared to previous month
Last Year
32.3%
86
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
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/11 approved changesets -- 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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
18 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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