captains-log
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -157,2 +157,6 @@ /** | ||
var colorName = colorMappings[logAt]; | ||
// Failsafe in case of troublesome configuration: | ||
if (colorName === undefined) { | ||
colorName = 'white'; | ||
} | ||
@@ -159,0 +163,0 @@ // Get the ANSI-colorized prefix. |
{ | ||
"name": "captains-log", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Lightweight logger with a simple pass-through configuration for use with fancier logging libraries", | ||
@@ -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
1186
55193
21