Socket
Socket
Sign inDemoInstall

fetch-node-website

Package Overview
Dependencies
9
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fetch-node-website

Fetch releases on nodejs.org


Version published
Weekly downloads
119K
decreased by-2.71%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Codecov Travis Node Gitter Twitter Medium

Fetch releases on nodejs.org

Download release files available on https://nodejs.org/dist/.

Example

const fetchNodeWebsite = require('fetch-node-website')

const fetchResponse = await fetchNodeWebsite(
  'v12.8.0/node-v12.8.0-linux-x64.tar.gz',
)

Install

npm install fetch-node-website

Usage

fetchNodeWebsite(path)

path: {string}
Returns: Promise<FetchResponse>

Node.js mirror

The list is downloaded from https://nodejs.org/dist. You can specify a mirror website using the environment variable NODE_MIRROR, for example NODE_MIRROR="https://npm.taobao.org/mirrors/node".

See also

Support

If you found a bug or would like a new feature, don't hesitate to submit an issue on GitHub.

For other questions, feel free to chat with us on Gitter.

Everyone is welcome regardless of personal background. We enforce a Code of conduct in order to promote a positive and inclusive environment.

Contributing

This project was made with ❤️. The simplest way to give back is by starring and sharing it online.

If the documentation is unclear or has a typo, please click on the page's Edit button (pencil icon) and suggest a correction.

If you would like to help us fix a bug or add a new feature, please check our guidelines. Pull requests are welcome!

ehmicky
ehmicky

💻 🎨 🤔 📖

Keywords

FAQs

Last updated on 09 Aug 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc