Gathering detailed insights and metrics for koa-async-etag
Gathering detailed insights and metrics for koa-async-etag
npm install koa-async-etag
Typescript
Module System
Node Version
NPM Version
66.9
Supply Chain
78.2
Quality
74.2
Maintenance
100
Vulnerability
100
License
JavaScript (79.03%)
Shell (20.97%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,021
Last Day
1
Last Week
4
Last Month
7
Last Year
59
3 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.0
Package Id
koa-async-etag@0.1.0
Size
1.72 kB
NPM Version
2.14.7
Node Version
4.2.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
250%
7
Compared to previous month
Last year
-6.3%
59
Compared to previous year
+/- the async version of koa-etag.
$ npm install --save koa-async-etag
1import Koa from 'koa'; 2import eTag from 'koa-async-etag'; 3 4const app = new Koa(); 5 6app.use(eTag); 7 8app.use(async (ctx, next) => { 9 await next(); 10 ctx.body = 'Hello World'; 11}); 12 13app.listen(3000);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/3 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
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-03
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