supports-color
Advanced tools
Comparing version 4.4.0 to 4.5.0
@@ -96,3 +96,3 @@ 'use strict'; | ||
if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(env.TERM)) { | ||
if (/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { | ||
return 1; | ||
@@ -99,0 +99,0 @@ } |
{ | ||
"name": "supports-color", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "Detect whether a terminal supports color", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
6057