Gathering detailed insights and metrics for koa-serve-list
Gathering detailed insights and metrics for koa-serve-list
Gathering detailed insights and metrics for koa-serve-list
Gathering detailed insights and metrics for koa-serve-list
npm install koa-serve-list
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.5
Supply Chain
81.7
Quality
74.1
Maintenance
100
Vulnerability
100
License
JavaScript (98.5%)
HTML (1.39%)
CSS (0.11%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
110,447
Last Day
4
Last Week
115
Last Month
486
Last Year
11,004
MIT License
7 Stars
16 Commits
1 Forks
1 Watchers
1 Branches
2 Contributors
Updated on May 21, 2022
Minified
Minified + Gzipped
Latest Version
1.0.1
Package Id
koa-serve-list@1.0.1
Size
2.43 kB
NPM Version
3.5.2
Node Version
5.3.0
Cumulative downloads
Total Downloads
Last Day
-20%
4
Compared to previous day
Last Week
16.2%
115
Compared to previous week
Last Month
-17.5%
486
Compared to previous month
Last Year
-49.4%
11,004
Compared to previous year
Serves pages that contain directory listings for a given path for koa.
serve-index wrapper for koa's middleware.
1$ npm install --save koa-serve-list
koa-v2
1const Koa = require('koa'); 2const serveList = require('koa-serve-list'); 3const serveStatic = require('koa-serve-static'); 4const app = new Koa(); 5 6app.use(serveList(path, options)); 7app.use(serveStatic(root, options)); 8 9app.listen(3000);
1var koa = require('koa'); 2var serveList = require('koa-serve-list'); 3var serveStatic = require('koa-serve-static'); 4var app = koa(); 5 6app.use(serveList(path, options)); 7app.use(serveStatic(root, options)); 8 9app.listen(3000);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/15 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 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
Score
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