Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,7 @@ | ||
## 2.0.2 | ||
#### Fix | ||
* json-stream-stringify@1.6.1 to support noDecycle (#10) ([7971ad1](https://github.com/DonutEspresso/big-json/commit/7971ad1e02d64e549a030eb1b6de84bd4e8c1232)) | ||
## 2.0.1 | ||
@@ -2,0 +8,0 @@ |
@@ -73,3 +73,3 @@ 'use strict'; | ||
return stringifyStreamFactory(opts.body); | ||
return stringifyStreamFactory(opts.body, null, null, true); | ||
} | ||
@@ -76,0 +76,0 @@ |
{ | ||
"name": "big-json", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "lib/index.js", | ||
@@ -38,3 +38,3 @@ "description": "A stream based implementation of JSON.parse and JSON.stringify for big POJOs", | ||
"into-stream": "^3.1.0", | ||
"json-stream-stringify": "^1.5.1", | ||
"json-stream-stringify": "^1.6.1", | ||
"once": "^1.4.0", | ||
@@ -41,0 +41,0 @@ "through2": "^2.0.3" |
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
12908
Updatedjson-stream-stringify@^1.6.1