Socket
Socket
Sign inDemoInstall

args

Package Overview
Dependencies
15
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

4

dist/index.js

@@ -276,3 +276,3 @@ 'use strict';

// Add some space around it as well
parts.push(' ' + _chalk2.default.blue(usage) + ' ' + _chalk2.default.gray(item.description));
parts.push(' ' + _chalk2.default.yellow(usage) + ' ' + _chalk2.default.dim(item.description));
}

@@ -434,3 +434,3 @@

parts.push(['', _chalk2.default.black('Usage: ') + _chalk2.default.blue(binary) + _chalk2.default.gray(optionHandle + cmdHandle + value), '']);
parts.push(['', 'Usage: ' + _chalk2.default.yellow(binary) + _chalk2.default.dim(optionHandle + cmdHandle + value), '']);

@@ -437,0 +437,0 @@ for (let group in groups) {

{
"name": "args",
"version": "1.2.0",
"version": "1.2.1",
"description": "Minimal toolkit for building CLIs",

@@ -69,3 +69,2 @@ "main": "dist/index.js",

"babel-preset-es2015-node": "^4.0.2",
"chalk": "^1.1.3",
"eslint": "^2.10.2",

@@ -79,2 +78,3 @@ "eslint-config-default": "^0.1.0",

"camelcase": "^3.0.0",
"chalk": "^1.1.3",
"loud-rejection": "^1.3.0",

@@ -81,0 +81,0 @@ "minimist": "^1.2.0",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc