Comparing version 3.0.0-beta.1 to 3.0.0
{ | ||
"name": "downit", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0", | ||
"description": "Resumeable downloader", | ||
@@ -15,2 +15,5 @@ "main": "index.js", | ||
], | ||
"scripts": { | ||
"test": "echo some day" | ||
}, | ||
"author": "Rasmus Porsager <rasmus@porsager.com>", | ||
@@ -17,0 +20,0 @@ "repository": "porsager/downit", |
@@ -1,2 +0,2 @@ | ||
# Downit - Resume downloads in node | ||
# 🎢 Downit - Resume downloads in node | ||
@@ -20,3 +20,3 @@ Downit simply downloads a file from a URL to a destination on the disk, resuming previous progress if the server supports the `Range` header. | ||
headers: { Authorization: 'Bearer Of Good News' }, | ||
progress: (got, total) => console.log('Got ', got, 'B of ', total, 'B'), | ||
onprogress: (got, total) => console.log('Got ', got, 'B of ', total, 'B'), | ||
onrequest: req => { /* The node request instance */ }, | ||
@@ -23,0 +23,0 @@ onresponse: res => { /* The node response instance */ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5053
1