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

download

Package Overview
Dependencies
Maintainers
4
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.2.0 to 6.2.1

2

index.js

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

const parsed = contentDisposition.parse(res.headers['content-disposition']);
if (parsed.type === 'attachment' && parsed.parameters && parsed.parameters.filename) {
if (parsed.parameters && parsed.parameters.filename) {
return parsed.parameters.filename;

@@ -31,0 +31,0 @@ }

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

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

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