Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

JSONStream

Package Overview
Dependencies
Maintainers
1
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 0.9.0 to 0.10.0

test/non_object_roots.js

6

index.js

@@ -44,5 +44,5 @@ #! /usr/bin/env node

parser.onValue = function () {
if (!this.root && this.stack.length == 1)
stream.root = this.value
parser.onValue = function (value) {
if (!this.root)
stream.root = value

@@ -49,0 +49,0 @@ if(! path) return

{
"name": "JSONStream",
"version": "0.9.0",
"version": "0.10.0",
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc