Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fetch-node-website

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-node-website - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

4

build/src/progress.js

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

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