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

@5app/logger

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5app/logger - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -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 @@

2

index.js

@@ -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",

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