New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shadowspawn/nvh

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shadowspawn/nvh - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

7

package.json
{
"name": "@shadowspawn/nvh",
"description": "Easily install Node.js versions",
"version": "4.0.0",
"description": "Node Version Helper. Easily install Node.js versions.",
"version": "4.1.0",
"author": "John Gee",

@@ -27,3 +27,6 @@ "homepage": "https://github.com/JohnRGee/nvh",

],
"scripts": {
"lint": "shellcheck bin/nvh"
},
"license": "MIT"
}
# Node Version Helper
[![npm version](https://img.shields.io/npm/v/@shadowspawn/nvh.svg)](https://www.npmjs.com/package/@shadowspawn/nvh)
Easily install Node.js versions. No profile setup required for default install location.

@@ -68,4 +70,4 @@

- `lts`: latest Long Term Support official release
- `latest`: latest official release
- `lts`: newest Long Term Support official release
- `latest`, `current`: newest official release

@@ -141,6 +143,6 @@ There is support for release streams:

- `n use` and `n as` --> `nvh run`
- `n <version>` --> `nvh i[nstall] <version>`
- `n --lts` --> `nvh lsr lts`
- `n --latest` --> `nvh lsr latest`
- `n <version>` --> `nvh i[nstall] version`
- `n use` and `n as` --> `nvh run`
- always install, even if installed version appears to match

@@ -167,3 +169,3 @@ - allow removing installed version

See more [Environment Variables](./docs/env.md) for specifying a custom node mirror, working through a proxy, and other settings.
See more [Environment Variables](./docs/environment-variables.md) for specifying a custom node mirror, working through a proxy, and other settings.

@@ -170,0 +172,0 @@ ## Alternatives to `nvh`

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