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

cowmand

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cowmand - npm Package Compare versions

Comparing version 0.4.19 to 0.4.20

6

dist/Terminal.js

@@ -11,8 +11,4 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.terminal = void 0;
const chalk_1 = __importDefault(require("chalk"));
const stream_1 = require("stream");

@@ -27,3 +23,3 @@ const readline_1 = require("readline");

const space = ' '.repeat(title.length);
console.log(chalk_1.default.red.bold(title), chalk_1.default.red(lines.join(`\n ${space}`)));
console.log(title, lines.join(`\n ${space}`));
return this;

@@ -30,0 +26,0 @@ },

6

package.json
{
"name": "cowmand",
"version": "0.4.19",
"version": "0.4.20",
"description": "Fast helper to create a cli",

@@ -32,5 +32,3 @@ "tags": [

},
"dependencies": {
"chalk": "^5.0.0"
},
"dependencies": {},
"devDependencies": {

@@ -37,0 +35,0 @@ "@types/debug": "^4.1.7",

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