@lskjs/log
Advanced tools
Comparing version 2.74.0 to 2.75.1
{ | ||
"name": "@lskjs/log", | ||
"version": "2.74.0", | ||
"version": "2.75.1", | ||
"description": "Логгер совмещающий лучшие черты debug, bunyan, logfmt/logrus, morgan/winston, ", | ||
@@ -55,3 +55,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "3add19bd2482601bfbf4796d94f78a8a0b8de6dc" | ||
"gitHead": "8eb9137a00c16e82b31dbc07b3cb3b1caeae1372" | ||
} |
@@ -20,3 +20,3 @@ "use strict"; | ||
if (Object.keys(res).length < 2 || (0, _countBy.countBy)(res, function (a) { | ||
if (Object.keys(res).includes('') || Object.keys(res).length < 2 || (0, _countBy.countBy)(res, function (a) { | ||
return a === true; | ||
@@ -23,0 +23,0 @@ }) >= Object.keys(res).length / 2) { |
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
170945