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

@jalik/logger

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/logger - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

2

dist/outputs/consoleOutput.js

@@ -23,3 +23,3 @@ "use strict";

var out = "".concat(new Date(timestamp).toISOString(), " ").concat(level.toUpperCase(), " [").concat(logger, "] : ").concat(message);
if (context) {
if (context && Object.keys(context).length > 0) {
out += " ; ".concat(JSON.stringify(context));

@@ -26,0 +26,0 @@ }

@@ -9,3 +9,3 @@ /*

let out = `${new Date(timestamp).toISOString()} ${level.toUpperCase()} [${logger}] : ${message}`;
if (context) {
if (context && Object.keys(context).length > 0) {
out += ` ; ${JSON.stringify(context)}`;

@@ -12,0 +12,0 @@ }

{
"name": "@jalik/logger",
"version": "3.1.3",
"version": "3.1.4",
"description": "A logging utility to log messages to anywhere.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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