nanocolors
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -24,3 +24,3 @@ import tty from 'tty' | ||
return s => { | ||
if (!s.length) { | ||
if (!s || !s.length) { | ||
return String(s) | ||
@@ -27,0 +27,0 @@ } else { |
{ | ||
"name": "nanocolors", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "4x times faster than chalk and use 5x less space in node_modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
15878