Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

initm

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

initm - npm Package Compare versions

Comparing version
0.5.0
to
0.6.0
+16
-1
command/init.js

@@ -12,3 +12,18 @@ "use strict";

// 处理用户输入
console.log(chalk.blue("Please enter the basic information"));
console.log(
chalk.green(`
-----------------------------------
-----------------------------------
██ ███ ██ ██ ████████ ███ ███
██ ████ ██ ██ ██ ████ ████
██ ██ ██ ██ ██ ██ ██ ████ ██
██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ████ ██ ██ ██ ██
-----------------------------------
-----------------------------------
`)
);
let projectType = [

@@ -15,0 +30,0 @@ {

+1
-1
{
"name": "initm",
"version": "0.5.0",
"version": "0.6.0",
"description": "",

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