Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
24
Maintainers
4
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.8 to 6.2.9

6

lib/color.js
'use strict'
const chalk = require('chalk')
const stripAnsi = require('strip-ansi')
const styles = require('ansi-styles')

@@ -25,3 +27,3 @@ let colors = {

supports.has256 = supports.has256 || (process.env.TERM || '').indexOf('256') !== -1
return supports.has256 ? '\u001b[38;5;104m' + s + chalk.styles.modifiers.reset.open : chalk.magenta(s)
return supports.has256 ? '\u001b[38;5;104m' + s + styles.reset.open : chalk.magenta(s)
}

@@ -31,2 +33,4 @@

colors.stripColor = stripAnsi
module.exports = Object.assign(chalk, colors)

6

package.json
{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.2.8",
"version": "6.2.9",
"author": "Jeff Dickey (@dickeyxxx)",

@@ -11,4 +11,5 @@ "bugs": {

"ansi-escapes": "^1.4.0",
"ansi-styles": "^3.2.0",
"cardinal": "^1.0.0",
"chalk": "^1.1.3",
"chalk": "^2.1.0",
"co": "^4.6.0",

@@ -31,2 +32,3 @@ "got": "^6.3.0",

"opn": "^3.0.3",
"strip-ansi": "^4.0.0",
"supports-color": "^3.1.2",

@@ -33,0 +35,0 @@ "tunnel-agent": "^0.6.0"

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