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

logger4node

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logger4node - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

2

package.json
{
"name": "logger4node",
"version": "0.0.4",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,3 +15,3 @@ import { Debugger } from 'debug';

private static isLogEnabled;
private static set ApplicationName(value);
private static setApplicationName;
get debugLogger(): Debugger;

@@ -18,0 +18,0 @@ verbose(formatter: unknown, ...args: Array<unknown>): void;

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

}
static set ApplicationName(applicationName) {
static setApplicationName(applicationName) {
Logger4Node._ApplicationName = applicationName;

@@ -21,0 +21,0 @@ }

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