docusaurus-plugin-typedoc
Advanced tools
@@ -36,3 +36,4 @@ import { spawnSync } from 'child_process'; | ||
| // spawn typedoc process and pass docusaurus.config options as a string | ||
| spawnSync('typedoc', [ | ||
| const typedocExecutable = process.platform === 'win32' ? 'typedoc.cmd' : 'typedoc'; | ||
| spawnSync(typedocExecutable, [ | ||
| ...plugin.flatMap((plugin) => ['--plugin', plugin]), | ||
@@ -39,0 +40,0 @@ '--docusaurusConfigOptions', |
+1
-1
| { | ||
| "name": "docusaurus-plugin-typedoc", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "description": "A Docusaurus plugin to integrate TypeDoc ( + typedoc-plugin-markdown ) into a Docusaurus project.", | ||
@@ -5,0 +5,0 @@ "exports": { |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
15106
0.64%374
0.27%