Socket
Socket
Sign inDemoInstall

winston-logzio

Package Overview
Dependencies
79
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.3 to 5.1.4

.github/workflows/git-secrets.yml

16

package.json
{
"name": "winston-logzio",
"description": "A winston transport wrapper for logzio",
"version": "5.1.3",
"version": "5.1.4",
"author": "Gilly Barr <gilly@logz.io>",

@@ -22,2 +22,6 @@ "contributors": [

"email": "roni.shaham@logz.io"
},
{
"name": "Yotam loewenbach",
"email": "yotam.loewenbach@logz.io"
}

@@ -45,3 +49,4 @@ ],

"winston": "^3.1.0",
"winston-transport": "^4.2.0"
"winston-transport": "^4.2.0",
"snyk": "^1.685.0"
},

@@ -62,4 +67,7 @@ "devDependencies": {

"scripts": {
"test": "node_modules/.bin/mocha"
}
"test": "node_modules/.bin/mocha",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}

@@ -39,3 +39,3 @@ ![Build Status](https://travis-ci.org/logzio/winston-logzio.svg?branch=master)

Replace `<<LISTENER-HOST>>` with your [region’s listener host](https://docs.logz.io/user-guide/accounts/account-region.html) (for example, listener.logz.io). </br>
For more parameters for LogzioWinstonTransport and configuration options see our [docs](https://deploy-preview-503--logz-docs.netlify.app/shipping/log-sources/nodejs.html#parameters-1). </br>
For more parameters for LogzioWinstonTransport and configuration options see our [docs](https://docs.logz.io/shipping/log-sources/nodejs.html). </br>
If you do not have a [Logz.io](http://logz.io) account, you can sign up for a free trial [here](https://app.logz.io/#/signup)

@@ -96,3 +96,3 @@

For more parameters for LogzioWinstonTransport and configuration options see our [docs](https://deploy-preview-503--logz-docs.netlify.app/shipping/log-sources/nodejs.html#parameters-1).</br>
For more parameters for LogzioWinstonTransport and configuration options see our [docs](https://docs.logz.io/shipping/log-sources/nodejs.html).</br>
For trouble shooting press [here](#trouble-shooting).</br>

@@ -118,3 +118,3 @@ If you do not have a [Logz.io](http://logz.io) account, you can sign up for a free trial [here](https://app.logz.io/#/signup).

# Trouble shooting
# Troubleshooting

@@ -121,0 +121,0 @@ To fix errors related to "esModuleInterop" flag make sure you run the relavent 'tsconfig' file.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc