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 1.0.6 to 1.0.7

6

index.js
#! /usr/bin/env node
'use strict'
var Parser = require('jsonparse')

@@ -179,4 +181,4 @@ , through = require('through')

var first = true
, anyData = false
stream = through(function (data) {
var anyData = false
var stream = through(function (data) {
anyData = true

@@ -183,0 +185,0 @@ var json = JSON.stringify(data[0]) + ':' + JSON.stringify(data[1], null, indent)

{
"name": "JSONStream",
"version": "1.0.6",
"version": "1.0.7",
"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