🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

JSONStream

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

JSONStream - npm Package Compare versions

Comparing version

to
1.3.1

12

index.js

@@ -97,2 +97,8 @@ #! /usr/bin/env node

}
// emit header
if (header) {
stream.emit('header', header);
header = false;
}
if (j !== this.stack.length) return

@@ -119,8 +125,2 @@

this.stack[k].value = null
// emit header
if (header) {
stream.emit('header', header);
header = false;
}
}

@@ -127,0 +127,0 @@ parser._onToken = parser.onToken;

{
"name": "JSONStream",
"version": "1.3.0",
"version": "1.3.1",
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/dominictarr/JSONStream",

@@ -41,2 +41,3 @@

})
it(headerCalled).equal(1)
parsed.push(data)

@@ -43,0 +44,0 @@ })

Sorry, the diff of this file is not supported yet