Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

streaming-json-stringify

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streaming-json-stringify - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

7

index.js

@@ -19,3 +19,8 @@

return new Stringify(options || {})
if (options && options.replacer) {
this.replacer = options.replacer;
}
if (options && options.space !== undefined) {
this.space = options.space;
}
Transform.call(this, options || {})

@@ -22,0 +27,0 @@ this._writableState.objectMode = true

2

package.json
{
"name": "streaming-json-stringify",
"description": "Streaming JSON.stringify()",
"version": "2.0.0",
"version": "2.1.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

@@ -6,0 +6,0 @@ "repository": "stream-utils/streaming-json-stringify",

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