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.2 to 0.0.3

5

lib/winston-papertrail.js

@@ -211,2 +211,7 @@ /*

// don't send extra message if our message ends with a newline
if (lines[i].length == 0 && i == lines.length - 1) {
break;
}
if (i == 1) {

@@ -213,0 +218,0 @@ gap = ' ';

2

package.json
{
"name": "winston-papertrail",
"description": "A Papertrail transport for winston",
"version": "0.0.2",
"version": "0.0.3",
"author": "Ken Perkins <kenjperkins@gmail.com>",

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

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