New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fast-code-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-code-cli - npm Package Compare versions

Comparing version
1.0.10
to
1.0.11
+5
-5
bin/create.js
#!/usr/bin/env node
const fs = require('fs');
import inquirer from 'inquirer';
import { exec } from 'child_process';
const inquirer = require('inquirer'); // 假设使用inquirer进行交互式输入
const { exec } = require('child_process');

@@ -17,3 +17,3 @@

const projectName = answers.projectName;
// 创建项目目录并初始化

@@ -30,6 +30,6 @@ if (!fs.existsSync(projectName)) {

});
// 根据需要复制模板文件或执行其他初始化操作
// ...
console.log(`项目 "${projectName}" 创建成功!`);

@@ -36,0 +36,0 @@ } else {

{
"name": "fast-code-cli",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",