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 9.5.0 to 9.5.1

12

CHANGELOG.md

@@ -10,2 +10,13 @@ # Changelog

## [9.5.1] (2020-11-28)
### Fixed
- add error handling if node download failed
- suppress unwanted warning during `auto` when using npx with npm 7
### Changed
- improvements to README
## [9.5.0] (2020-07-04)

@@ -364,2 +375,3 @@

[Unreleased]: https://github.com/shadowspawn/nvh/compare/master...develop
[9.5.1]: https://github.com/shadowspawn/nvh/compare/v9.5.0...shadowspawn:v9.5.1
[9.5.0]: https://github.com/shadowspawn/nvh/compare/v9.4.0...shadowspawn:v9.5.0

@@ -366,0 +378,0 @@ [9.4.0]: https://github.com/shadowspawn/nvh/compare/v9.3.0...shadowspawn:v9.4.0

4

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

@@ -15,3 +15,3 @@ "homepage": "https://github.com/shadowspawn/nvh",

"bin": {
"nvh": "./bin/nvh"
"nvh": "bin/nvh"
},

@@ -18,0 +18,0 @@ "files": [

@@ -82,2 +82,9 @@ # Node Version Helper

There is an `auto` label to read the target version from a file in the current directory, or any parent directory. `nvh` looks for in order:
- `.nvh-node-version`: version on single line. Custom to `nvh`.
- `.node-version`: version on single line. Used by multiple tools: [node-version-usage](https://github.com/shadowspawn/node-version-usage)
- `.nvmrc`: version on single line. Used by `nvm`.
- `package.json`: use `engines` field to determine compatible `node`. Requires an installed version of `node`, and uses `npx semver` to resolve complex ranges.
There is support for release streams:

@@ -91,12 +98,4 @@

There is an `auto` label to read the target version from a file in the current directory, or any parent directory. `nvh` looks for in order:
- `.nvh-node-version`: version on first line
- `.node-version`: version on first line
- `.nvmrc`: version on first line
- `package.json`: use `engines` field to determine compatible `node`. Requires an installed version of `node`, and uses `npx semver` to resolve complex ranges.
The last version form is for specifying [other releases](https://nodejs.org/download) available using the name of the remote download folder optionally followed by the complete or incomplete version. For example:
- `chakracore-release/latest`
- `nightly`

@@ -103,0 +102,0 @@ - `test/v11.0.0-test20180528`

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