bunyan-logstash
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -23,3 +23,3 @@ var bunyan = require('bunyan'); | ||
else if (typeof obj[i] != 'function') { | ||
copy[i] = obj[i] instanceof Object ? exports.clone(obj[i]) : obj[i]; | ||
copy[i] = obj[i] instanceof Object ? clone(obj[i]) : obj[i]; | ||
} | ||
@@ -97,3 +97,3 @@ else if (typeof obj[i] === 'function') { | ||
this.send(JSON.stringify(msg)); | ||
this.send(JSON.stringify(msg, bunyan.safeCycles())); | ||
}; | ||
@@ -100,0 +100,0 @@ |
{ | ||
"name": "bunyan-logstash", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Logstash plugin for Bunyan", | ||
@@ -9,3 +9,6 @@ "repository": "https://github.com/sheknows/bunyan-logstash.git", | ||
"author": "Justin Rainbow", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"bunyan": "~0.21.4" | ||
} | ||
} |
4851
1
+ Addedbunyan@~0.21.4
+ Addedbunyan@0.21.4(transitive)
+ Addeddtrace-provider@0.2.8(transitive)
+ Addedmv@0.0.5(transitive)