New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

colorful-logging

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorful-logging - npm Package Compare versions

Comparing version

to
1.4.10

13

createLogger.js

@@ -6,14 +6,5 @@ import {

export const createLogger = ({
colorFormatting = {
error: chalk.red,
log: undefined,
warn: defaultWarnFormatter,
},
colorFormatting,
levels,
loggerFunctions = {
error,
log,
warn,
},
loggerFunctions,
} = defaultCreateLoggerOptions) => {

@@ -20,0 +11,0 @@ // None leaves this as-is.

2

package.json
{
"name": "colorful-logging",
"version": "1.4.9",
"version": "1.4.10",
"description": "A simple logging module with pleasing default colors and optional color arguments.",

@@ -5,0 +5,0 @@ "module": "index.js",