gelf-stream
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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) { |
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6141
110
+ Addedgelfling@0.2.0(transitive)
- Removedgelfling@0.1.1(transitive)
Updatedgelfling@~0.2.0