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

cli-ux

Package Overview
Dependencies
Maintainers
3
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-ux - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

1

lib/index.d.ts

@@ -26,2 +26,3 @@ import StreamOutput from './stream';

styledObject(obj: any, keys: string[]): void;
readonly color: any;
/**

@@ -28,0 +29,0 @@ * puts in a handler for process.on('uncaughtException') and process.on('unhandledRejection')

@@ -12,2 +12,4 @@ "use strict";

const deps_1 = require("./deps");
const util_1 = require("util");
const deprecatedColor = util_1.deprecate(() => require('heroku-cli-color').default, "cli.color is deprecated. Please use `import color from 'heroku-cli-color'` instead.");
class CLI extends deps_1.default.Base {

@@ -120,2 +122,5 @@ get Prompt() {

}
get color() {
return deprecatedColor();
}
/**

@@ -122,0 +127,0 @@ * puts in a handler for process.on('uncaughtException') and process.on('unhandledRejection')

3

package.json
{
"name": "cli-ux",
"description": "set of CLI output utilities",
"version": "2.0.12",
"version": "2.0.13",
"author": "Jeff Dickey",

@@ -13,2 +13,3 @@ "bugs": "https://github.com/jdxcode/cli-ux/issues",

"chalk": "^2.3.0",
"heroku-cli-color": "^1.0.2",
"lodash": "^4.17.4",

@@ -15,0 +16,0 @@ "moment": "^2.20.1",

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