Socket
Socket
Sign inDemoInstall

download

Package Overview
Dependencies
241
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

6

index.js
'use strict';
var combine = require('stream-combiner2');
var concatStream = require('concat-stream');
var decompress = require('gulp-decompress');

@@ -131,7 +132,6 @@ var eachAsync = require('each-async');

fileStream.on('error', done);
readAllStream(fileStream, null, function (err, items) {
fileStream.pipe(concatStream(function (items) {
files = files.concat(items);
done();
});
}));
}.bind(this));

@@ -138,0 +138,0 @@ }.bind(this), function (err) {

{
"name": "download",
"version": "4.1.1",
"version": "4.1.2",
"description": "Download and extract files effortlessly",

@@ -33,2 +33,3 @@ "license": "MIT",

"dependencies": {
"concat-stream": "^1.4.7",
"each-async": "^1.0.0",

@@ -35,0 +36,0 @@ "filenamify": "^1.0.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc