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

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 6.1.0 to 6.2.0

3

index.js

@@ -71,3 +71,4 @@ 'use strict';

const outputFilepath = path.join(output, filenamify(getFilename(res)));
const filename = opts.filename || filenamify(getFilename(res));
const outputFilepath = path.join(output, filename);

@@ -74,0 +75,0 @@ if (opts.extract) {

{
"name": "download",
"version": "6.1.0",
"version": "6.2.0",
"description": "Download and extract files",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -69,5 +69,11 @@ # download [![Build Status](https://travis-ci.org/kevva/download.svg?branch=master)](https://travis-ci.org/kevva/download)

##### filename
Type: `string`
Name of the saved file.
## License
MIT © [Kevin Mårtensson](https://github.com/kevva)
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