Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gelf-stream

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gelf-stream - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

gelf-stream.js

@@ -16,2 +16,4 @@ var gelfStream = exports

if (options.keepAlive == null) options.keepAlive = true
var client = gelfling(host, port, options)

@@ -18,0 +20,0 @@ , mapStream = map(function send(log, cb) {

4

package.json
{
"name": "gelf-stream",
"version": "0.2.0",
"version": "0.2.1",
"description": "A stream to send JS objects to a Graylog2 server (in GELF format)",

@@ -20,3 +20,3 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",

"dependencies": {
"gelfling": "~0.1.0",
"gelfling": "~0.2.0",
"map-stream": "~0.0.1"

@@ -23,0 +23,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