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

kugelblitz-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kugelblitz-client

node.js client for kugelblitz logging framework

  • 0.0.6
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

kugelblitz-client

node.js client for kugelblitz

Requirements

  • node.js >= 4.1 (ES6 ftw.)
  • npm => 3.1

Installation

npm install kugelblitz-client

Usage

const KugelblitzClient = require('kugelblitz-client');

// ...

let kgbClient = new KugelblitzClient({
  //options see below
});

Options

  • endpoint (default: null, required): The kugelblitz API endpoint URL
  • token (default: null, required): The individual application token (keep this one secret!)
  • intervalInSeconds (default: 5 min): The interval in which the kugelblitz client should send a heartbeat to its endpoint.
  • requestTimeoutInSeconds (default: 1 min): The timeout for API calls. This one must be lower than the heartbeat-intervall.
  • production: When set to false no API calls will be sent. The default value is false but will be automatically set to true if the environment variable NODE_ENV is set to production.
  • debug (default: false): When true, the client will output debug messages and errors. Otherwise you won't notice that the client is active.
  • callbackUrl (default null): Provide a callback if you wanna measure the response time between your app and your kugelblitz server.

License

MIT

FAQs

Package last updated on 01 Nov 2015

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