🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

2dfire-cli

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2dfire-cli - npm Package Compare versions

Comparing version
1.9.8
to
1.9.9
+4
-1
command/init.js

@@ -281,2 +281,3 @@ /*

module.exports = async function() {
let initKey = (process.argv[3] || '').trim().toLowerCase()
const initSpinner = getSpinner('Initializing...')

@@ -326,3 +327,5 @@ try {

await install()
await transform()
if (initKey === 'old') {
await transform()
}
initSpinner.stop()

@@ -329,0 +332,0 @@ success('\n√ Initialize completed!')

+1
-1
{
"name": "2dfire-cli",
"version": "1.9.8",
"version": "1.9.9",
"description": "cli",

@@ -5,0 +5,0 @@ "author": "danfan",