Socket
Socket
Sign inDemoInstall

cac

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cac - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

10

dist/cac.common.js

@@ -173,6 +173,10 @@ 'use strict';

help += `${chalk.cyan(this.root.bin)} ${chalk.dim(
this.root.pkg.version
)}\n\n`;
help += chalk.cyan(this.root.bin);
if (this.root.pkg.version) {
help += ` ${this.root.pkg.version}`;
}
help += '\n\n';
if (this.root.pkg.description) {

@@ -179,0 +183,0 @@ help += `${chalk.dim.italic(this.root.pkg.description)}\n\n`;

{
"name": "cac",
"version": "4.2.2",
"version": "4.2.3",
"description": "Command-line queen.",

@@ -5,0 +5,0 @@ "repository": {

@@ -113,2 +113,3 @@ <img width="945" alt="2017-07-26 9 27 05" src="https://user-images.githubusercontent.com/8784712/28623641-373450f4-7249-11e7-854d-1b076dab274d.png">

- [bili](https://github.com/egoist/bili): 🥂 Schweizer Armeemesser for bundling JavaScript libraries.
- [lass](https://github.com/lassjs/lass): 💁🏻 Scaffold a modern package boilerplate for Node.js.
- Feel free to add yours here...

@@ -115,0 +116,0 @@

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