fetch-node-website
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -26,5 +26,5 @@ "use strict";require("core-js/modules/es.promise");Object.defineProperty(exports,"__esModule",{value:true});exports.addProgress=void 0;var _util=require("util"); | ||
await pEndOfStream(response,{writable:false}); | ||
}finally{ | ||
}catch(_unused){} | ||
stopBar(bar); | ||
} | ||
};exports.addProgress=addProgress; | ||
@@ -31,0 +31,0 @@ |
@@ -0,1 +1,7 @@ | ||
# 4.1.1 | ||
## Bug fixes | ||
- Fix crash when Node.js binary URL is invalid | ||
# 4.1.0 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "fetch-node-website", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"main": "build/src/main.js", | ||
@@ -53,5 +53,5 @@ "files": [ | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"cli-progress": "^3.3.1", | ||
"core-js": "^3.3.6", | ||
"chalk": "^3.0.0", | ||
"cli-progress": "^3.4.0", | ||
"core-js": "^3.4.7", | ||
"end-of-stream": "^1.4.4", | ||
@@ -63,7 +63,7 @@ "figures": "^3.1.0", | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^0.30.53", | ||
"@ehmicky/dev-tasks": "^0.30.61", | ||
"ava": "^2.4.0", | ||
"get-stream": "^5.1.0", | ||
"gulp": "^4.0.2", | ||
"husky": "^3.0.9", | ||
"husky": "^3.1.0", | ||
"sinon": "^7.5.0", | ||
@@ -70,0 +70,0 @@ "test-each": "^1.8.0" |
@@ -43,3 +43,5 @@ [![Codecov](https://img.shields.io/codecov/c/github/ehmicky/fetch-node-website.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/fetch-node-website) | ||
`path`: `string`<br> `options`: `object`<br>_Returns_: `Promise<Stream>` | ||
`path`: `string`\ | ||
`options`: `object`\ | ||
_Returns_: `Promise<Stream>` | ||
@@ -50,3 +52,4 @@ ### options | ||
_Type_: `boolean`<br>_Default_: `false` | ||
_Type_: `boolean`\ | ||
_Default_: `false` | ||
@@ -57,3 +60,4 @@ Show a progress bar. | ||
_Type_: `string`<br>_Default_: `https://nodejs.org/dist` | ||
_Type_: `string`\ | ||
_Default_: `https://nodejs.org/dist` | ||
@@ -60,0 +64,0 @@ Base URL. Can be customized (for example `https://npm.taobao.org/mirrors/node`). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31966
107
107
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
Updatedchalk@^3.0.0
Updatedcli-progress@^3.4.0
Updatedcore-js@^3.4.7