New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

download-http

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

download-http

Download HTTP resources easily.

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

download-http

Build Status

Download HTTP(S) resources easily.

Example

var downloadHTTP = require('download-http');

var url = 'http://downloads.sourceforge.net/sevenzip/7z920-x64.msi';
downloadHTTP(url, 'storage/bla.msi', function (error) {
	if (error) {
		throw error;
	}
	console.log('Success');
});

Supports:

  • 300 redirects

License

WTFPL – Do What the Fuck You Want to Public License
See: http://www.wtfpl.net/

Keywords

download

FAQs

Package last updated on 03 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts