Socket
Socket
Sign inDemoInstall

download

Package Overview
Dependencies
Maintainers
1
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 1.0.3 to 1.0.4

2

index.js

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

Download.prototype._extract = function (buf, dest, opts, cb) {
var decompress = new Decompress()
var decompress = new Decompress(opts)
.src(buf)

@@ -220,0 +220,0 @@ .dest(dest)

{
"name": "download",
"version": "1.0.3",
"version": "1.0.4",
"description": "Download and extract files effortlessly",

@@ -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