inv-loggers
Advanced tools
Comparing version 3.3.10 to 3.3.11
@@ -5,3 +5,3 @@ const chalk = require('tiny-chalk') | ||
const log = function (obj, label, color = 'cyan') { | ||
const log = (obj, label, color = 'cyan') => { | ||
if ((typeof obj === 'string') && (label == null)) { | ||
@@ -8,0 +8,0 @@ console.log(chalk[color](obj)) |
{ | ||
"name": "inv-loggers", | ||
"version": "3.3.10", | ||
"version": "3.3.11", | ||
"description": "loggers and partial loggers", | ||
@@ -5,0 +5,0 @@ "main": "inv-loggers.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
5701