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
npm install exegesis-plugin-swagger-ui-express
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2 Stars
51 Commits
1 Forks
2 Watching
10 Branches
2 Contributors
Updated on 11 Oct 2022
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
68.1%
79
Compared to previous day
Last week
-13.8%
326
Compared to previous week
Last month
21.7%
1,467
Compared to previous month
Last year
75.8%
16,432
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
detected GitHub workflow tokens with excessive permissions
Details
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
28 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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