Installations
npm install koa2-serve-index
Developer Guide
Typescript
No
Module System
N/A
Min. Node Version
>= 4.0.0
Node Version
6.2.1
NPM Version
3.9.3
Score
70.4
Supply Chain
64.5
Quality
73.5
Maintenance
50
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (84.22%)
CSS (10.15%)
HTML (5.63%)
validate.email 🚀
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Developer
jsl9208
Download Statistics
Total Downloads
4,026
Last Day
1
Last Week
8
Last Month
39
Last Year
942
GitHub Statistics
MIT License
1 Stars
195 Commits
1 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Jun 07, 2021
Bundle Size
250.74 kB
Minified
52.37 kB
Minified + Gzipped
Package Meta Information
Latest Version
2.0.1
Package Id
koa2-serve-index@2.0.1
Size
58.47 kB
NPM Version
3.9.3
Node Version
6.2.1
Published on
Oct 05, 2016
Total Downloads
Cumulative downloads
Total Downloads
4,026
Last Day
0%
1
Compared to previous day
Last Week
0%
8
Compared to previous week
Last Month
-11.4%
39
Compared to previous month
Last Year
36.1%
942
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
koa2-serve-index
A koa2 middleware serves pages that contain directory listings for a given path, based on Express's serve-index v1.8.0.
Install
1$ npm install koa2-serve-index
Usage
1const koa = require('koa'); 2const serveIndex = require('koa2-serve-index'); 3const app = new Koa(); 4 5app.use(serveIndex(path, options)); 6 7app.listen(3000);
For more options and API documents, please see serve-index's README.
License

No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-02-24
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