heroku-cli-util
Advanced tools
Comparing version 5.10.1 to 5.10.2
@@ -9,2 +9,3 @@ 'use strict'; | ||
let supports = require('supports-color'); | ||
if (!supports) return null; | ||
supports.has256 = supports.has256 || (process.env.TERM || '').indexOf('256') !== -1; | ||
@@ -11,0 +12,0 @@ return supports.has256 ? '\u001b[38;5;104m' : color.styles.colors.magenta.open; |
{ | ||
"name": "heroku-cli-util", | ||
"version": "5.10.1", | ||
"version": "5.10.2", | ||
"description": "Set of helpful CLI utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
80348
2553