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

big-json

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-json - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGES.md

@@ -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 @@

2

lib/index.js

@@ -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"

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