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.6.2 to 0.6.3

2

index.js

@@ -19,3 +19,3 @@ var Parser = require('jsonparse')

if('string' === typeof chunk) {
if ('undefined' === typeof Buffer) {
if (process.browser) {
var buf = new Array(chunk.length)

@@ -22,0 +22,0 @@ for (var i = 0; i < chunk.length; i++) buf[i] = chunk.charCodeAt(i)

{
"name": "JSONStream",
"version": "0.6.2",
"version": "0.6.3",
"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