-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace concat-stream with get-stream (#1123)
* Replace concat-stream with get-stream Ref https://packagephobia.com/result?p=concat-stream https://packagephobia.com/result?p=get-stream Concat-stream is a big package with not relevant in node 10 dependencies. In this diff I replaced it with dependency-free get-stream with promise based api. * Add node 10, 12 and 14 to travis config * Fix lint
- Loading branch information
Showing
4 changed files
with
37 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
"author": "Vinay Pulim <[email protected]>", | ||
"dependencies": { | ||
"bluebird": "^3.5.0", | ||
"concat-stream": "^2.0.0", | ||
"debug": "^4.1.1", | ||
"get-stream": "^6.0.0", | ||
"httpntlm": "^1.5.2", | ||
"lodash": "^4.17.19", | ||
"request": ">=2.9.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters