Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.3.1 to 1.3.2

bin.js

8

index.js

@@ -1,3 +0,1 @@

#! /usr/bin/env node
'use strict'

@@ -247,8 +245,2 @@

if(!module.parent && process.title !== 'browser') {
process.stdin
.pipe(exports.parse(process.argv[2]))
.pipe(exports.stringify('[', ',\n', ']\n', 2))
.pipe(process.stdout)
}

4

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

@@ -31,3 +31,3 @@ "homepage": "http://github.com/dominictarr/JSONStream",

},
"bin": "./index.js",
"bin": "./bin.js",
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)",

@@ -34,0 +34,0 @@ "scripts": {

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