@gasket/plugin-docs
Advanced tools
+8
-8
| { | ||
| "name": "@gasket/plugin-docs", | ||
| "version": "7.5.4", | ||
| "version": "7.5.5", | ||
| "description": "Centralize doc files from plugins and modules", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "glob": "^13.0.0", | ||
| "glob": "^13.0.1", | ||
| "lodash.defaultsdeep": "^4.6.1", | ||
@@ -41,3 +41,3 @@ "markdown-table": "^1.1.3", | ||
| "rimraf": "^6.1.2", | ||
| "@gasket/plugin-command": "^7.6.4" | ||
| "@gasket/plugin-command": "^7.6.5" | ||
| }, | ||
@@ -47,9 +47,9 @@ "devDependencies": { | ||
| "vitest": "^3.2.0", | ||
| "@gasket/cjs": "^7.1.1", | ||
| "@gasket/core": "^7.7.3", | ||
| "@gasket/plugin-git": "^7.4.9", | ||
| "@gasket/cjs": "^7.1.2", | ||
| "@gasket/core": "^7.7.4", | ||
| "@gasket/plugin-git": "^7.4.10", | ||
| "@gasket/plugin-logger": "^7.4.0", | ||
| "@gasket/plugin-metadata": "^7.5.9", | ||
| "@gasket/plugin-metadata": "^7.5.10", | ||
| "@gasket/plugin-webpack": "^7.4.0", | ||
| "create-gasket-app": "^7.4.19" | ||
| "create-gasket-app": "^7.4.21" | ||
| }, | ||
@@ -56,0 +56,0 @@ "scripts": { |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
99217
0Updated