Skip to content

Commit

Permalink
JSONStream@1.3.4
Browse files Browse the repository at this point in the history
Fixes memory leak problem when streaming large files (like legacy npm search)

Credit: @daern91
  • Loading branch information
zkat committed Aug 20, 2018
1 parent e8d5f44 commit a5e6f78
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions node_modules/JSONStream/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions node_modules/JSONStream/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/JSONStream/test/fixtures/depth.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"npx": "./bin/npx-cli.js"
},
"dependencies": {
"JSONStream": "^1.3.3",
"JSONStream": "^1.3.4",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
Expand Down

0 comments on commit a5e6f78

Please sign in to comment.