streaming-json-stringify
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -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 |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6108
46