colorful-logging
Advanced tools
Comparing version
{ | ||
"name": "colorful-logging", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A simple logging module with pleasing default colors and optional color arguments.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ import { | ||
module.exports = function processLogLine(value, colorFormatter, bgColorFormatter) { | ||
export function processLogLine(value, colorFormatter, bgColorFormatter) { | ||
let output = value; | ||
@@ -27,2 +27,2 @@ if (output && typeof output === 'object') { | ||
return output; | ||
}; | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%172655
-0.01%