New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

winston-kinesis-transport

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-kinesis-transport

Transport created for Winston using AWS Kinesis

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
86
decreased by-2.27%
Maintainers
4
Weekly downloads
 
Created
Source

Winston Kinesis Transport - Encapsulating a configuration to create a transport with AWS Kinesis service associated

Installing

Add to your package.json dependencies 
 npm install --save winston-kinesis-transport

or

 yarn add --save winston-kinesis-transport

Configuration


const options = {
    streamName: 'Stream name configured on AWS Kinesis',
    configuration: { //Configuration for AWS Service
        region: 'AWS Region',
        correctClockSkew: 'true or false, used here to activate or deactivate',
        accessKeyId: 'AWS Kinesis Access Id',
        secretAccessKey: 'AWS Kinesis secret'
    }
}

const winstonKinesisTransport = new WinstonKinesisTransport({options})

Keywords

FAQs

Package last updated on 22 Mar 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc