Socket
Socket
Sign inDemoInstall

winston-logzio

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-logzio - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

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

@@ -30,5 +30,5 @@ "contributors": [

"dependencies": {
"json-stringify-safe": "5.0.x",
"json-stringify-safe": "5.0.1",
"lodash.assign": "4.2.0",
"logzio-nodejs": "^0.4.7",
"logzio-nodejs": "^0.4.11",
"util": "^0.10.3",

@@ -35,0 +35,0 @@ "winston": "1.0.x"

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

var loggerOptions = {
token: '__YOUR_API_TOKEN__'
token: '__YOUR_API_TOKEN__',
host: 'listener.logz.io', // either listener.logz.io for US accounts or listener-eu.logz.io for EU Accounts
type: 'YourLogType' // OPTIONAL (If none is set, it will be 'nodejs')
};

@@ -28,2 +30,3 @@ winston.add(logzioWinstonTransport, loggerOptions);

Make sure you replace `__YOUR_API_TOKEN__` with your own logz.io api token.<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)

@@ -30,0 +33,0 @@

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