Gathering detailed insights and metrics for @types/koa-qs
Gathering detailed insights and metrics for @types/koa-qs
npm install @types/koa-qs
Typescript
Module System
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
1,631,332
Last Day
1,152
Last Week
5,664
Last Month
56,678
Last Year
684,974
49,019 Stars
88,482 Commits
30,259 Forks
641 Watching
5 Branches
9,977 Contributors
Latest Version
2.0.3
Package Id
@types/koa-qs@2.0.3
Unpacked Size
2.92 kB
Size
1.59 kB
File Count
5
Publised On
07 Nov 2023
Cumulative downloads
Total Downloads
Last day
9.4%
1,152
Compared to previous day
Last week
-47.5%
5,664
Compared to previous week
Last month
-12.5%
56,678
Compared to previous month
Last year
52.6%
684,974
Compared to previous year
1
npm install --save @types/koa-qs
This package contains type definitions for koa-qs (https://github.com/koajs/qs#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-qs.
1import * as koa from "koa"; 2 3declare namespace koaQs { 4 type ParseMode = "extended" | "strict" | "first"; 5} 6 7declare function koaQs(app: koa, mode?: koaQs.ParseMode): koa; 8 9export = koaQs; 10
These definitions were written by Rémy Jeancolas.
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 26/30 approved changesets -- score normalized to 8
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-01-13
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