logger4node
Advanced tools
Comparing version 1.0.46 to 1.0.48
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127318
31
1612
9
+ Addeduuid@10.0.0(transitive)
- Removeduuid@9.0.1(transitive)
Updateduuid@10.0.0