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 1.1.1 to 1.1.2

3

lib/winston-syslog.js

@@ -67,2 +67,3 @@ /*

this.isDgram = /^udp|^unix/.test(this.protocol);
this.endOfLine = options.eol;

@@ -154,3 +155,3 @@ if (!/^udp|unix|unix-connect|tcp/.test(this.protocol)) {

date: new Date(),
message: output
message: this.endOfLine ? output + this.endOfLine : output
});

@@ -157,0 +158,0 @@

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

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

@@ -51,2 +51,3 @@ # winston-syslog

* __app_name:__ The name of the application (Default: `process.title`).
* __eol:__ The end of line character to be added to the end of the message (Default: Message without modifications).

@@ -53,0 +54,0 @@ *Metadata:* Logged as string compiled by [glossy][3].

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