Comparing version 1.0.2 to 1.1.0
@@ -382,2 +382,5 @@ "use strict"; | ||
var json = JSON.stringify( subject, function serializeKv( key, value ) { | ||
if( value === undefined ) { | ||
return "undefined"; | ||
} | ||
if( typeof value === "object" && value !== null ) { | ||
@@ -384,0 +387,0 @@ if( cache.indexOf( value ) !== -1 ) { |
{ | ||
"name": "fm-log", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Console logging facility for Node", | ||
@@ -5,0 +5,0 @@ "main": "lib/log.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
782
58551