inv-loggers
Advanced tools
Comparing version 3.3.7 to 3.3.8
@@ -10,3 +10,3 @@ const chalk = require('chalk') | ||
} else { | ||
// converting arguments object to array bor readablilty | ||
// converting arguments object to array for readablilty | ||
if (isArguments(obj)) obj = toArray(obj) | ||
@@ -34,3 +34,3 @@ if (label != null) { | ||
const isArguments = obj => obj && obj.toString() === '[object Arguments]' | ||
const isArguments = obj => obj && obj.toString && obj.toString() === '[object Arguments]' | ||
const toArray = obj => [].slice.call(obj) | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "inv-loggers", | ||
"version": "3.3.7", | ||
"version": "3.3.8", | ||
"description": "loggers and partial loggers", | ||
@@ -5,0 +5,0 @@ "main": "inv-loggers.js", |
Sorry, the diff of this file is not supported yet
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
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
54844