inv-loggers
Advanced tools
Comparing version 3.3.13 to 3.3.14
const chalk = require('tiny-chalk') | ||
const { grey } = chalk | ||
const { inspect } = require('util') | ||
const print = str => process.stdout.write(str + '\n') | ||
@@ -28,3 +27,3 @@ | ||
if (context != null) { | ||
print('Context: ', inspect(context, { depth: 10 })) | ||
console.log('Context:', context) | ||
} | ||
@@ -31,0 +30,0 @@ print(grey('-----')) |
{ | ||
"name": "inv-loggers", | ||
"version": "3.3.13", | ||
"version": "3.3.14", | ||
"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
5765
55