Socket
Socket
Sign inDemoInstall

@renderinc/fetch-node-version

Package Overview
Dependencies
75
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @renderinc/fetch-node-version

CLI tool to fetch a normalized Node version given a version range or string as the single command line argument.


Version published
Weekly downloads
44
decreased by-12%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

fetch-node-version

This is CLI tool to fetch a normalized Node version given a version range or string as the single command line argument. It uses node-version-alias under the hood.

Usage

$ npm install -g @renderinc/fetch-node-version

$ fetch-node-version 12
12.22.1

$ fetch-node-version v13
13.14.0

$ fetch-node-version ">12 <16"
15.14.0

$ fetch-node-version ">12.1"
16.3.0

$ fetch-node-version lts
14.17.0

FAQs

Last updated on 07 Jun 2021

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