Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
A collection of plugins for JSDoc, that can be readily integrated with JSDoc installations to extend the functionalities of JSDoc without editing the core of JSDoc.
Often we need to extend JSDoc to support different use cases that are not satisfied by JSDoc. For example, someone might need to include additional files in their documentation, or parse additional directives.
JSDoc exposes a plugins architecture that can be used to address those use cases, without hacking on the core JSDoc files. Bouquet is an effort to provide a unified collection of such useful plugins for use with JSDoc.
Each plugin in Bouquet is contained in a separate directory within the src
directory. Generic instruction for using a Bouquet plugin is:
Clone the Bouquet repository.
Copy plugin directory from src
directory to the plugins
directory in JSDoc's installation directory.
Edit JSDoc's conf file and add path to the plugin in the plugins
array. For example, if you want to use the staticFiles plugin and have copied src/staticFiles
to JSDoc's plugins/staticFiles
directory, then your plugins array would contain:
"plugins": ["plugins/staticFiles/staticFiles"]
Put in plugin specific configuration in JSDoc's conf file. Each plugin's configuration options are provided in a README.md
within the plugin specific folder.
You are all set!
Copies static files in source to generated documentation based on user-specified include paths, inclusion and exclusion patters, with support for recursive copying. [Know more]
FAQs
Collection of useful plugins for JSDoc
The npm package bouquet receives a total of 1 weekly downloads. As such, bouquet popularity was classified as not popular.
We found that bouquet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.