Gathering detailed insights and metrics for @types/swagger-express-validator
Gathering detailed insights and metrics for @types/swagger-express-validator
npm install @types/swagger-express-validator
Typescript
Module System
62.2
Supply Chain
66.4
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
121,934
Last Day
33
Last Week
75
Last Month
406
Last Year
9,528
NOASSERTION License
49,415 Stars
88,912 Commits
30,335 Forks
640 Watchers
8 Branches
9,958 Contributors
Updated on Mar 15, 2025
Latest Version
1.0.2
Package Id
@types/swagger-express-validator@1.0.2
Unpacked Size
4.00 kB
Size
1.70 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
312.5%
33
Compared to previous day
Last Week
38.9%
75
Compared to previous week
Last Month
-21%
406
Compared to previous month
Last Year
-10.7%
9,528
Compared to previous year
1
npm install --save @types/swagger-express-validator
This package contains type definitions for swagger-express-validator (https://github.com/gargol/swagger-express-validator).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-express-validator.
1import { Request, RequestHandler } from "express"; 2 3declare function SwaggerExpressValidator(options: SwaggerExpressValidator.Options): RequestHandler; 4 5declare namespace SwaggerExpressValidator { 6 interface Options { 7 schema: any; 8 validateRequest?: boolean | undefined; 9 validateResponse?: boolean | undefined; 10 allowNullable?: boolean | undefined; 11 requestValidationFn?: ((req: Request, data: any, errors: any) => void) | undefined; 12 responseValidationFn?: ((req: Request, data: any, errors: any) => void) | undefined; 13 } 14 15 function validator(options: Options): RequestHandler; 16} 17 18export = SwaggerExpressValidator; 19
These definitions were written by Pinguet62.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 29/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
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-03-10
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