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

winston-syslog

Package Overview
Dependencies
Maintainers
5
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 2.6.0 to 2.7.0

7

lib/winston-syslog.js

@@ -100,2 +100,4 @@ /*

this.ecdhCurve = options.ecdhCurve;
this.rejectUnauthorized = options.rejectUnauthorized;
this.requestCert = options.requestCert;
// end options for secure socket

@@ -207,2 +209,3 @@ //

host: this.localhost,
appName: this.appName,
date: new Date(),

@@ -357,3 +360,5 @@ message: this.endOfLine ? output + this.endOfLine : output

ciphers: this.ciphers,
ecdhCurve: this.ecdhCurve
ecdhCurve: this.ecdhCurve,
rejectUnauthorized: this.rejectUnauthorized,
requestCert: this.requestCert
};

@@ -360,0 +365,0 @@

12

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

@@ -35,13 +35,13 @@ "contributors": [

"optionalDependencies": {
"unix-dgram": "2.0.4"
"unix-dgram": "2.0.6"
},
"peerDependencies": {
"winston": "^3.0.0"
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint": "^8.26.0",
"@dabh/eslint-config-populist": "^5.0.0",
"sinon": "^14.0.0",
"sinon": "^14.0.1",
"vows": "^0.8.3",
"winston": "^3.0.0"
"winston": "^3.8.2"
},

@@ -48,0 +48,0 @@ "main": "./lib/winston-syslog",

@@ -70,2 +70,6 @@ # winston-syslog

passed through from [this](https://nodejs.org/api/tls.html#new-tlstlssocketsocket-options) constructor.
* __rejectUnauthorized:__ See <https://nodejs.org/api/tls.html#new-tlstlssocketsocket-options> for more information on this option,
passed through from [this](https://nodejs.org/api/tls.html#new-tlstlssocketsocket-options) constructor.
* __requestCert:__ See <https://nodejs.org/api/tls.html#new-tlstlssocketsocket-options> for more information on this option,
passed through from [this](https://nodejs.org/api/tls.html#new-tlstlssocketsocket-options) constructor.

@@ -72,0 +76,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