Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gluegunplus

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gluegunplus - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build/extensions/create.js

11

build/commands/gluegunplus.js

@@ -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);

5

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc