Comparing version 1.4.5 to 1.4.6
{ | ||
"name": "errorlog", | ||
"description": "Yet another logger for Node", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Pier Fumagalli", |
@@ -101,4 +101,7 @@ Simple Error Log | ||
The default level can also be specified by using the `LOG_LEVEL` environment | ||
variable. | ||
Logging | ||
@@ -105,0 +108,0 @@ ------- |
@@ -69,3 +69,3 @@ 'use strict'; | ||
var defaultLog = wrap(process.stderr); | ||
var defaultLevel = INFO; | ||
var defaultLevel = parseLevel(process.env.LOG_LEVEL, INFO); | ||
var defaultColorize = process.stderr.isTTY == true; | ||
@@ -72,0 +72,0 @@ |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
24859
209
1