
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
typedoc-plugin-version-select
Advanced tools
Typedoc plugin to add a version selector next to the title
This plugin adds a version select drop-down menu beside the title of the TypeDoc generated document.
TypeDoc generates documentation for current version as a sub-site, allowing you to manage the overall site organization.
A dynamically loaded JSON file provides the data of items for the version select.
npm install --save-dev typedoc-plugin-version-select
"plugin": ["typedoc-plugin-version-select"],
Option versionSpecHRef is used to customize the url of the version data file.
This option can be set to an absolute URL or a relative path.
The default value is ../versions.json.
The version spec file is a JSON file containing an array of items, where each item represents a version.
| Key | Description |
|---|---|
| version | The version string displayed in the version select |
| url | The URL of the sub-site of this version |
Here’s an example of the version spec file:
[
{
"version": "1.0.0",
"url": "https://jameslan.github.io/typedoc-plugin-version-select/1.0.0"
},
{
"version": "1.1.0",
"url": "https://jameslan.github.io/typedoc-plugin-version-select/1.1.0"
}
]
The documentation site of this plugin hosted on GitHub is an example of itself.
https://jameslan.github.io/typedoc-plugin-version-select/
FAQs
Typedoc plugin to add a version selector next to the title
We found that typedoc-plugin-version-select demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.