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

cli-ux

Package Overview
Dependencies
Maintainers
7
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 5.3.1 to 5.3.2

3

lib/config.js

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

const globals = g['cli-ux'] || (g['cli-ux'] = {});
const actionType = (!!process.stdin.isTTY &&
!!process.stderr.isTTY &&
const actionType = (!!process.stderr.isTTY &&
!process.env.CI &&

@@ -12,0 +11,0 @@ !['dumb', 'emacs-color'].includes(process.env.TERM) &&

{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "5.3.1",
"version": "5.3.2",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/cli-ux/issues",

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