@5app/logger
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://github.com/5app/logger/compare/v1.0.0...v1.0.1) (2019-09-10) | ||
### Bug Fixes | ||
* Ignore metadata in simple mode ([1779e1c](https://github.com/5app/logger/commit/1779e1c)) | ||
# 1.0.0 (2019-09-10) | ||
@@ -2,0 +9,0 @@ |
@@ -48,3 +48,3 @@ const winston = require('winston'); | ||
format: getFormatter({simple}), | ||
defaultMeta: metadata, | ||
defaultMeta: simple ? {} : metadata, | ||
transports: [new winston.transports.Console()] | ||
@@ -51,0 +51,0 @@ }); |
{ | ||
"name": "@5app/logger", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Logger used in 5app microservices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
7724
1