Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
19
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.0.6 to 6.0.7

.nyc_output/59276.json

8

lib/spinner.js

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

if (!this.enabled) {
this.stream.write(this.text)
console.writeError(this.text)
return

@@ -44,3 +44,3 @@ }

stop (status) {
if (status && !this.enabled) this.stream.write(` ${status}\n`)
if (status && !this.enabled) console.error(` ${status}`)
if (!this.enabled) return

@@ -60,3 +60,3 @@ if (status) this._status = status

if (!this.enabled) {
this.stream.write(color.yellow(' !') + '\n' + errors.renderWarning(msg) + '\n' + this.text)
console.writeError(color.yellow(' !') + '\n' + errors.renderWarning(msg) + '\n' + this.text)
} else {

@@ -75,3 +75,3 @@ this.warnings.push(msg)

if (this.enabled) this._render()
else this.stream.write(` ${this.status}\n${this.text}`)
else console.writeError(` ${this.status}\n${this.text}`)
}

@@ -78,0 +78,0 @@

{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.0.6",
"version": "6.0.7",
"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