Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libj/logger

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libj/logger - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/base/BaseLogger.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc