wget-improved
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "wget-improved", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "wget in nodejs, forked from wuchengwei/node-wget to add improvements and help maintain the project", | ||
@@ -27,2 +27,3 @@ "keywords": [ | ||
}, | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
@@ -29,0 +30,0 @@ "minimist": "1.2.0", |
@@ -106,3 +106,3 @@ # wget-improved | ||
**On start filesize can return null when the remote server does not provided content-lenth** | ||
**On start filesize can return null when the remote server does not provide content-length** | ||
@@ -109,0 +109,0 @@ Exception for not specifying protocol is now: `Your URL must use either HTTP or HTTPS.` |
@@ -0,1 +1,2 @@ | ||
// @ts-check | ||
let crypto = require('crypto'); | ||
@@ -6,3 +7,3 @@ let fs = require('fs'); | ||
let wget = require('../lib/wget'); | ||
let wget = require('..'); | ||
@@ -9,0 +10,0 @@ let baseHTTP = 'http://localhost:8884'; |
24979
12
520