
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
swagger-jsdoc-webpack-plugin
Advanced tools
A webpack plugin to generate a swagger.json file from jsdoc
webpack.json
const SwaggerJSDocWebpackPlugin = require('swagger-jsdoc-webpack-plugin');
module.exports = {
...
plugins: [
new SwaggerJSDocWebpackPlugin({
definition: {
openapi: '3.0.0',
info: {
title: 'Title',
version: '1.0.0',
description: 'Description',
},
},
apis: ['./src/routes/**/*.js'],
}),
...
],
...
}
This writes a swagger.json
file in your output folder.
outputFile?: string
The path of the generated swagger file. Default: "swagger.json"
All other options are directly passed to swagger-jsdoc.
FAQs
A webpack plugin to generate a swagger.json file from jsdoc
The npm package swagger-jsdoc-webpack-plugin receives a total of 1,045 weekly downloads. As such, swagger-jsdoc-webpack-plugin popularity was classified as popular.
We found that swagger-jsdoc-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.