Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
92
Maintainers
4
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.4 to 8.0.5

2

lib/spinner.js

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

this.stream = this.options.stream || process.stderr
this.enabled = !console.mocking() && (this.stream && this.stream.isTTY) && !process.env.CI && process.env.TERM !== 'dumb'
this.enabled = !console.mocking() && (this.stream && this.stream.isTTY) && !process.env.CI && !['dumb', 'emacs-color'].includes(process.env.TERM)
this.warnings = []

@@ -29,0 +29,0 @@ }

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

@@ -30,3 +30,3 @@ "bugs": {

"lodash.result": "^4.5.2",
"netrc-parser": "^3.1.2",
"netrc-parser": "^3.1.4",
"opn": "^3.0.3",

@@ -42,3 +42,2 @@ "strip-ansi": "^4.0.0",

"hook-std": "^0.4.0",
"jsdoc": "3.5.5",
"mocha": "^5.0.5",

@@ -71,4 +70,4 @@ "mocha-junit-reporter": "^1.17.0",

"scripts": {
"doc": "jsdoc lib",
"test": "nyc mocha && standard"
"test": "mocha",
"posttest": "standard"
},

@@ -75,0 +74,0 @@ "standard": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc