Socket
Socket
Sign inDemoInstall

jsonstream2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonstream2 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

bin/jsonstream.js

10

package.json
{
"name": "jsonstream2",
"version": "1.0.0",
"version": "1.1.0",
"description": "Dominic Tarr's JSONStream using Rodd Vaggs' through2",

@@ -22,5 +22,9 @@ "keywords": [

"author": "Sérgio Ramos <http://sergioramos.me> (mail@sergioramos.me)",
"main": "src/JSONStream2.js",
"main": "src/jsonstream2.js",
"bin": {
"jsonstream": "bin/jsonstream.js"
},
"directories": {
"lib": "src"
"lib": "src",
"bin": "bin"
},

@@ -27,0 +31,0 @@ "repository": {

@@ -1,2 +0,2 @@

# JSONStream2
# jsonstream2

@@ -8,3 +8,3 @@ [Dominic Tarr](https://github.com/dominictarr)'s [JSONStream](https://github.com/dominictarr/JSONStream) using [Rodd Vagg](https://github.com/rvagg)'s [through2](https://github.com/rvagg/through2).

```bash
npm install [--save/--save-dev] JSONStream2
npm install [--save/--save-dev] jsonstream2
```

@@ -11,0 +11,0 @@

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