@libj/logger
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -65,3 +65,3 @@ "use strict"; | ||
BaseLogger.prototype.isSprintfError = function (err) { | ||
return (err instanceof TypeError && err.message.includes('[sprintf]')); | ||
return err.message.includes('[sprintf]'); | ||
}; | ||
@@ -68,0 +68,0 @@ return BaseLogger; |
@@ -6,3 +6,3 @@ { | ||
"name": "@libj/logger", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Generic logger", | ||
@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "6d868a93c5d1934959f020dcc9ac0669a1dc72d7" | ||
"gitHead": "fbc6d56bf85456786cff100e68d166238d2ffb6a" | ||
} |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
0
16241