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

logger4node

Package Overview
Dependencies
Maintainers
0
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 1.0.46 to 1.0.48

.eslintignore

14

package.json
{
"name": "logger4node",
"version": "1.0.46",
"version": "1.0.48",
"description": "",

@@ -42,3 +42,3 @@ "main": "index.js",

"util": "0.12.5",
"uuid": "9.0.1"
"uuid": "10.0.0"
},

@@ -48,7 +48,7 @@ "devDependencies": {

"@types/debug": "4.1.12",
"@types/mocha": "10.0.6",
"@types/node": "20.14.9",
"@types/mocha": "10.0.7",
"@types/node": "20.14.10",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"chai": "4.4.1",

@@ -62,3 +62,3 @@ "eslint": "8.57.0",

"flush-write-stream": "^2.0.0",
"mocha": "10.4.0",
"mocha": "10.6.0",
"node-tslint-rules": "1.20.3",

@@ -65,0 +65,0 @@ "nyc": "17.0.0",

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

this.setLogPattern(process.env.DEBUG);
console.log('Default logging details:', process.env.DEBUG_LEVEL, process.env.DEBUG);
Object.keys(logger_1.LogLevel)

@@ -41,0 +42,0 @@ .forEach((logSeverity) => this.setLogSeverityPattern(logSeverity, process.env[`LOG_${logSeverity.toUpperCase()}`]));

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