winston-syslog
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -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 @@ |
{ | ||
"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]. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38871
935
151