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

@nodenv/nodenv

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodenv/nodenv - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

2

package.json
{
"name": "@nodenv/nodenv",
"version": "1.3.2",
"version": "1.4.0",
"description": "Manage multiple NodeJS versions",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/nodenv/nodenv#readme",

@@ -145,3 +145,3 @@ # Groom your app’s Node environment with nodenv.

Version names to nodenv are simply the names of the directories in
Version names to nodenv are simply the names of the directories or symlinks in
`~/.nodenv/versions`.

@@ -365,3 +365,15 @@

any entry in the `versions/` directory as a separate Node version.
Additionally, `nodenv` has special support for an `lts/` subdirectory inside
`versions/`. This works great with the
[`nodenv-aliases`](https://github.com/nodenv/nodenv-aliases) plugin, for example:
~~~ sh
$ cd ~/.nodenv/versions
$ mkdir lts
# Create a symlink that allows to use "lts/erbium" as a nodenv version
# that always points to the latest Node 12 version that is installed.
$ ln -s 12 lts/erbium
~~~
### Uninstalling Node versions

@@ -469,2 +481,4 @@

This will also list symlinks to specific Node versions inside the `~/.nodenv/versions` or `~/.nodenv/versions/lts` directories.
### nodenv version

@@ -481,3 +495,3 @@

Installs shims for all Node executables known to nodenv (i.e.,
`~/.nodenv/versions/*/bin/*`). Run this command after you install a new
`~/.nodenv/versions/*/bin/*` and `~/.nodenv/versions/lts/*/bin/*`). Run this command after you install a new
version of Node, or install an npm package that provides an executable binary.

@@ -484,0 +498,0 @@

Sorry, the diff of this file is not supported yet

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