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 1.1.0 to 1.1.1

5

gelf-stream.js

@@ -29,4 +29,7 @@ var gelfStream = exports

GelfStream.prototype._write = function(chunk, encoding, callback) {
if (!this._options.filter || this._options.filter(chunk))
if (!this._options.filter || this._options.filter(chunk)) {
this._client.send(this._options.map ? this._options.map(chunk) : chunk, callback)
} else {
callback()
}
}

@@ -33,0 +36,0 @@

2

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

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

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