gelf-stream
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -61,3 +61,3 @@ var gelfStream = exports | ||
for (key in obj) { | ||
if (!obj.hasOwnProperty(key)) continue | ||
if (!Object.prototype.hasOwnProperty.call(obj, key)) continue | ||
prop = obj[key] | ||
@@ -110,3 +110,3 @@ if (typeof prop === 'object' && !(prop instanceof Date) && !(prop instanceof RegExp)) | ||
if (options == null) options = {} | ||
options.map = bunyanToGelf | ||
@@ -113,0 +113,0 @@ |
{ | ||
"name": "gelf-stream", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"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)", |
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
6398