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.18 to 0.4.19

5

dist/Terminal.js

@@ -17,3 +17,2 @@ "use strict";

const chalk_1 = __importDefault(require("chalk"));
const ora_1 = __importDefault(require("ora"));
const stream_1 = require("stream");

@@ -70,5 +69,3 @@ const readline_1 = require("readline");

loading(text) {
const spinner = (0, ora_1.default)({
text: `${text}`
}).start();
const spinner = { text };
return {

@@ -75,0 +72,0 @@ changeColor(color) {

{
"name": "cowmand",
"version": "0.4.18",
"version": "0.4.19",
"description": "Fast helper to create a cli",

@@ -33,4 +33,3 @@ "tags": [

"dependencies": {
"chalk": "^5.0.0",
"ora": "^6.0.1"
"chalk": "^5.0.0"
},

@@ -37,0 +36,0 @@ "devDependencies": {

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