json-logger-service
Advanced tools
Comparing version 7.6.4 to 7.6.5
@@ -17,2 +17,3 @@ "use strict"; | ||
env: process.env.LOGGER_ENV, | ||
level: process.env.LOGGER_LEVEL || 'info', | ||
}); | ||
@@ -19,0 +20,0 @@ return new JsonLogger_1.JsonLogger(bunyanLogger, customContextBuilder); |
{ | ||
"name": "json-logger-service", | ||
"version": "7.6.4", | ||
"version": "7.6.5", | ||
"description": "Nest Json LoggerService implementation.", | ||
@@ -35,3 +35,3 @@ "main": "dist/index", | ||
"dependencies": { | ||
"@nestjs/common": "^7.6.4", | ||
"@nestjs/common": "^7.6.15", | ||
"@nestjs/core": "^7.6.4", | ||
@@ -38,0 +38,0 @@ "@nestjs/platform-express": "^7.6.4", |
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
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
41309
463
3
Updated@nestjs/common@^7.6.15