Socket
Socket
Sign inDemoInstall

winston-errbit-v2

Package Overview
Dependencies
142
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    winston-errbit-v2

Errbit transporter for winston. Using v2 API.


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Install size
5.14 MB
Created
Weekly downloads
 

Readme

Source

winston-errbit-v2

Errbit winston transporter for using the v2 API of Errbit.

How to use

Super duper easy.

import winston from 'winston';

import { ErrbitLogger } from 'winston-errbit-v2';
import { config } from 'your-config';

export function errbitInit() {
  const options = {
    key: config.errbit.key,
    host: config.errbit.url,
    env: config.env,
  };
  winston.add(ErrbitLogger, options)
}

Maintaining and information

I created this npm package because I had to use it in one of my projects. Since the errbit was kinda legacy we used, I had to make a really simple transporter for it.

At the moment I am really busy with my work, however, I might take my time and make this transporter for every API version of errbit.

But it might not happen until 2016, December.

Keywords

FAQs

Last updated on 29 Sep 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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