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.4.0 to 0.4.1

4

dist/base/BaseLogger.js

@@ -7,2 +7,3 @@ "use strict";

var isType_1 = require("../common/isType/isType");
var TIMESTAMP_PLACEHOLDER = '%a';
var BaseLogger = /** @class */ (function () {

@@ -33,2 +34,5 @@ function BaseLogger(options) {

if (this.options.timestamp) {
if (finalMessage.indexOf(TIMESTAMP_PLACEHOLDER) === -1) {
finalMessage = "[%a] " + finalMessage;
}
var date = typeof this.options.timestamp === 'function'

@@ -35,0 +39,0 @@ ? this.options.timestamp()

4

package.json

@@ -6,3 +6,3 @@ {

"name": "@libj/logger",
"version": "0.4.0",
"version": "0.4.1",
"description": "Generic logger",

@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>",

],
"gitHead": "abb6cd4a4563aea2bfea37e20c86163262b09f93"
"gitHead": "84aa578918ae6ff5da39a3630b96cd6a2fa33d32"
}

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