Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
5
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-util - npm Package Compare versions

Comparing version 6.2.2 to 6.2.3

2

lib/prompt.js

@@ -95,3 +95,3 @@ 'use strict'

options.name = name
options.prompt = name ? color.gray(`${name}: `) : color.gray('> ')
options.prompt = name ? color.dim(`${name}: `) : color.dim('> ')
let isTTY = process.env.TERM !== 'dumb' && process.stdin.isTTY

@@ -98,0 +98,0 @@ let spinnerTask

@@ -38,3 +38,3 @@ 'use strict'

function styledHeader (header) {
cli.log(cli.color.gray('=== ') + cli.color.bold(header))
cli.log(cli.color.dim('=== ') + cli.color.bold(header))
}

@@ -41,0 +41,0 @@

{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.2.2",
"version": "6.2.3",
"author": "Jeff Dickey (@dickeyxxx)",

@@ -6,0 +6,0 @@ "bugs": {

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