Socket
Socket
Sign inDemoInstall

download

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

download - npm Package Compare versions

Comparing version 4.3.0 to 4.4.1

4

index.js

@@ -151,3 +151,3 @@ 'use strict';

fileStream.on('error', done);
fileStream.pipe(concatStream(function (items) {
fileStream.pipe(concatStream({encoding: 'object'}, function (items) {
files = files.concat(items);

@@ -208,3 +208,3 @@ done();

return streamCombiner(streams);
return streamCombiner.obj(streams);
};
{
"name": "download",
"version": "4.3.0",
"version": "4.4.1",
"description": "Download and extract files",

@@ -33,4 +33,4 @@ "license": "MIT",

"filenamify": "^1.0.1",
"got": "^4.2.0",
"gulp-decompress": "^1.0.2",
"got": "^5.0.0",
"gulp-decompress": "^1.2.0",
"gulp-rename": "^1.2.0",

@@ -41,3 +41,3 @@ "is-url": "^1.2.0",

"readable-stream": "^2.0.2",
"stream-combiner2": "^1.0.2",
"stream-combiner2": "^1.1.1",
"vinyl": "^1.0.0",

@@ -44,0 +44,0 @@ "vinyl-fs": "^2.2.0",

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