inv-loggers
Advanced tools
Comparing version 3.3.12 to 3.3.13
@@ -25,3 +25,4 @@ const chalk = require('tiny-chalk') | ||
} | ||
print(objCopy) | ||
if (typeof objCopy === 'object') console.log(objCopy) | ||
else print(objCopy) | ||
if (context != null) { | ||
@@ -28,0 +29,0 @@ print('Context: ', inspect(context, { depth: 10 })) |
{ | ||
"name": "inv-loggers", | ||
"version": "3.3.12", | ||
"version": "3.3.13", | ||
"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
5820
56