gluegunplus
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -48,5 +48,12 @@ "use strict"; | ||
run: function (toolbox) { return __awaiter(void 0, void 0, void 0, function () { | ||
var printHelp; | ||
var description, printHelp; | ||
return __generator(this, function (_a) { | ||
console.log(chalk.cyan(figlet.textSync((0, commander_1.packageNames)('short-description'), { horizontalLayout: 'full' }))); | ||
description = (0, commander_1.packageNames)('short-description'); | ||
if (description === undefined) { | ||
description = (0, commander_1.packageNames)('description'); | ||
if (description === undefined || description.length > 20) { | ||
description = (0, commander_1.packageNames)('name'); | ||
} | ||
} | ||
console.log(chalk.cyan(figlet.textSync(description, { horizontalLayout: 'full' }))); | ||
printHelp = toolbox.print.printHelp; | ||
@@ -53,0 +60,0 @@ printHelp(toolbox); |
{ | ||
"name": "gluegunplus", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"short-description": "Gluegun Plus.", | ||
@@ -32,5 +32,8 @@ "description": "GluegunPlus extends the capabilities of the original Gluegun Node.js module, empowering developers to create command-line interfaces with enhanced automation features.", | ||
"dependencies": { | ||
"adm-zip": "^0.5.10", | ||
"await-to-js": "^3.0.0", | ||
"axios": "^1.6.2", | ||
"chalk": "^4.1.0", | ||
"figlet": "^1.7.0", | ||
"fs-extra": "^11.2.0", | ||
"gluegun": "latest" | ||
@@ -37,0 +40,0 @@ }, |
@@ -122,3 +122,3 @@ # gluegunplus CLI | ||
After updating `commands.json` and | ||
If you need to update to the latest version, run | ||
@@ -125,0 +125,0 @@ ```bash |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75275
28
795
7
4
+ Addedadm-zip@^0.5.10
+ Addedaxios@^1.6.2
+ Addedfs-extra@^11.2.0
+ Addedadm-zip@0.5.16(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.7(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedfs-extra@11.2.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
+ Addeduniversalify@2.0.1(transitive)