heroku-cli-util
Advanced tools
Comparing version 6.2.8 to 6.2.9
'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) |
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86773
2920
24
+ Addedansi-styles@^3.2.0
+ Addedstrip-ansi@^4.0.0
+ Addedansi-regex@3.0.1(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedstrip-ansi@4.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.1.0