Gathering detailed insights and metrics for exegesis-plugin-swagger-ui-express
Gathering detailed insights and metrics for exegesis-plugin-swagger-ui-express
Gathering detailed insights and metrics for exegesis-plugin-swagger-ui-express
Gathering detailed insights and metrics for exegesis-plugin-swagger-ui-express
Swagger UI as an exegesis plugin using express
npm install exegesis-plugin-swagger-ui-express
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
51 Commits
1 Forks
1 Watchers
10 Branches
2 Contributors
Updated on Oct 11, 2022
Latest Version
1.0.10
Package Id
exegesis-plugin-swagger-ui-express@1.0.10
Unpacked Size
26.44 kB
Size
8.10 kB
File Count
17
NPM Version
8.4.1
Node Version
14.18.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
22
Adds exegesis support for the Swagger UI using Express.
1npm install exegesis-plugin-swagger-ui-express
Add this to your Exegesis options:
1const exegesisSwaggerUIPlugin = require( 'exegesis-plugin-swagger-ui-express' ); 2 3options = { 4 plugins: [ 5 exegesisSwaggerUIPlugin({ 6 // Express app (required) 7 app: app, 8 9 // URL path to expose API docs (default /) 10 path: '/api-docs', 11 12 // Options to pass to Swagger UI 13 swaggerUIOptions: { 14 explorer: true 15 } 16 17 }) 18 ] 19};
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 0/17 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
detected GitHub workflow tokens with excessive permissions
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
36 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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