fast-code-cli
Advanced tools
+3
-4
| #!/usr/bin/env node | ||
| const fs = require('fs'); | ||
| const inquirer = require('inquirer'); | ||
| const { exec } = require('child_process'); | ||
| import fs from 'fs'; | ||
| import inquirer from 'inquirer'; | ||
| import { exec } from 'child_process'; | ||
| // 示例:询问用户项目名称 | ||
@@ -9,0 +8,0 @@ inquirer.prompt([ |
+1
-1
| { | ||
| "name": "fast-code-cli", | ||
| "version": "1.0.12", | ||
| "version": "1.0.13", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1894
-0.94%