New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stream-json

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-json - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

13

package.json
{
"name": "stream-json",
"version": "1.6.0",
"version": "1.6.1",
"description": "stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps.",

@@ -12,3 +12,3 @@ "homepage": "http://github.com/uhop/stream-json",

"dependencies": {
"stream-chain": "^2.2.1"
"stream-chain": "^2.2.3"
},

@@ -38,3 +38,10 @@ "devDependencies": {

"author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://lazutkin.com/)",
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"files": [
"/*.js",
"/filters",
"/jsonl",
"/streamers",
"/utils"
]
}

@@ -115,2 +115,3 @@ # stream-json [![NPM version][npm-image]][npm-url]

- 1.6.1 *the technical release, no need to upgrade.*
- 1.6.0 *added `jsonl/Parser` and `jsonl/Stringer`.*

@@ -117,0 +118,0 @@ - 1.5.0 *`Disassembler` and streamers now follow `JSON.stringify()` and `JSON.parse()` protocols respectively including `replacer` and `reviver`.*

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