Socket
Socket
Sign inDemoInstall

winston-logzio

Package Overview
Dependencies
44
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

2

lib/winston-logzio.d.ts
import { ILoggerOptions } from "logzio-nodejs";
import Transport from "winston-transport";
import * as Transport from "winston-transport";

@@ -4,0 +4,0 @@ declare namespace LogzioWinstonTransport {

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

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

"email": "ido.h@logz.io"
},
{
"name": "Roni Shaham",
"email": "roni.shaham@logz.io"
}

@@ -35,2 +39,3 @@ ],

"dependencies": {
"@types/node": "^14.0.4",
"json-stringify-safe": "5.0.1",

@@ -37,0 +42,0 @@ "lodash.assign": "4.2.0",

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

```
Replace `<<SHIPPING-TOKEN>>` with your own logz.io logs shipping token.<br/>
Replace `<<LISTENER-HOST>>` with your region’s listener host (for example, listener.logz.io). For more information on finding your account’s region, see [Account region](https://docs.logz.io/user-guide/accounts/account-region.html).<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).
Replace `<<SHIPPING-TOKEN>>` with your own logz.io logs shipping [token](https://app.logz.io/#/dashboard/settings/general).<br/>
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>
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)

@@ -94,7 +93,8 @@

Replace `<<SHIPPING-TOKEN>>` with your own logz.io logs shipping token.<br/>
Replace `<<LISTENER-HOST>>` with your region’s listener host (for example, listener.logz.io). For more information on finding your account’s region, see [Account region](https://docs.logz.io/user-guide/accounts/account-region.html).<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).
Replace `<<SHIPPING-TOKEN>>` with your own logz.io logs shipping [token](https://app.logz.io/#/dashboard/settings/general).<br/>
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>
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)
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 trouble shooting press [here](#trouble-shooting).</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).

@@ -116,2 +116,17 @@

```
<div id="trouble-shooting">
# Trouble shooting
To fix errors related to "esModuleInterop" flag make sure you run the relavent 'tsconfig' file.
These might help:
```
tsc <file-name>.ts --esModuleInterop
```
or
```
tsc --project tsconfig.json
```
</div>
</div>
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