@spaceflow/cli
Advanced tools
+1
-1
@@ -144,3 +144,3 @@ #!/usr/bin/env node | ||
| // 4. CLI 版本号(由 rspack DefinePlugin 在构建时注入) | ||
| const cliVersion = "0.34.0"; | ||
| const cliVersion = "0.35.0"; | ||
| // 5. 读取外部扩展列表 | ||
@@ -147,0 +147,0 @@ const extNames = readExternalExtensions(effectiveCwd); |
+2
-2
| { | ||
| "name": "@spaceflow/cli", | ||
| "version": "0.34.0", | ||
| "version": "0.35.0", | ||
| "description": "Spaceflow CLI 工具", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@spaceflow/shared": "0.3.0" | ||
| "@spaceflow/shared": "0.4.0" | ||
| }, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
+ Added
- Removed
Updated