JSONStream
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -18,3 +18,3 @@ var Parser = require('jsonparse') | ||
var count = 0 | ||
if(!path.length) | ||
if(!path || !path.length) | ||
path = null | ||
@@ -21,0 +21,0 @@ parser.onValue = function () { |
{ | ||
"name": "JSONStream", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/dominictarr/JSONStream", |
Sorry, the diff of this file is not supported yet
388220