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

winston-syslog

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-syslog - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

lib/winston-syslog.js

@@ -111,3 +111,3 @@ /*

var self = this,
data = meta ? winston.clone(meta) : {},
data = Object.keys(meta).length ? winston.clone(meta) : {},
syslogMsg,

@@ -126,3 +126,3 @@ buffer;

date: new Date(),
message: meta ? JSON.stringify(data) : msg
message: Object.keys(meta).length ? JSON.stringify(data) : msg
});

@@ -129,0 +129,0 @@

{
"name": "winston-syslog",
"description": "A syslog transport for winston",
"version": "0.2.3",
"version": "0.2.4",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

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