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

winston-papertrail

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-papertrail - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

changelog.md

@@ -1,3 +0,3 @@

# v0.0.5 #
- Handle when logging a null value, Fix for issue #5
# v0.0.6 #
- Handle when logging a null or non-string value, Fix for issue #5

@@ -4,0 +4,0 @@ # v0.0.4 #

@@ -172,2 +172,8 @@ /*

// If we don't have a string for the message,
// lets transform it before moving on
if (typeof(output) !== 'string') {
output = util.inspect(output);
}
if (meta) {

@@ -174,0 +180,0 @@ if (typeof meta !== 'object') {

{
"name": "winston-papertrail",
"description": "A Papertrail transport for winston",
"version": "0.0.5",
"version": "0.0.6",
"author": "Ken Perkins <ken@clipboard.com>",

@@ -6,0 +6,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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