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.0 to 1.3.1

8

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

@@ -36,2 +36,4 @@ "homepage": "https://github.com/nodenv/nodenv#readme",

"test": "bats ${CI:+--tap} test",
"test:with_native_ext": "scripty",
"test:without_native_ext": "scripty",
"preversion": "scripty",

@@ -41,4 +43,3 @@ "version": "scripty",

"postversion": "npm publish",
"prepublishOnly": "npm run publish:github && npm run publish:brew",
"publish:brew": "brew-publish",
"prepublishOnly": "npm run publish:github",
"publish:github": "scripty"

@@ -50,5 +51,4 @@ },

"bats-support": "jasonkarns/bats-support",
"brew-publish": "^2.3.1",
"scripty": "^2.0.0-0"
}
}

@@ -1,3 +0,1 @@

[![Build Status](https://travis-ci.org/nodenv/nodenv.svg?branch=master)](https://travis-ci.org/nodenv/nodenv)
# Groom your app’s Node environment with nodenv.

@@ -30,3 +28,3 @@

wiki](https://github.com/nodenv/nodenv/wiki/Plugins).
[**Why choose nodenv?**](https://github.com/nodenv/nodenv/wiki/Why-nodenv%3F)

@@ -48,2 +46,3 @@

+ [Upgrading with Git](#upgrading-with-git)
+ [Updating the list of available Node versions](#updating-the-list-of-available-node-versions)
* [How nodenv hooks into your shell](#how-nodenv-hooks-into-your-shell)

@@ -170,7 +169,10 @@ * [Installing Node versions](#installing-node-versions)

~~~ sh
$ nodenv init
$ eval "$(nodenv init -)"
~~~
Follow the printed instructions to [set up nodenv shell integration](#how-nodenv-hooks-into-your-shell).
Append the above line to your shell's rc/profile file and restart your shell.
For shell-specific instructions to [set up nodenv shell integration](#how-nodenv-hooks-into-your-shell),
run `nodenv init`.
3. Close your Terminal window and open a new one so your changes take

@@ -305,2 +307,12 @@ effect.

#### Updating the list of available Node versions
If you're using the `nodenv install` command, then the list of available Node versions is not automatically updated when pulling from the nodenv repo.
To do this manually:
~~~ sh
$ cd ~/.nodenv/plugins/node-build
$ git pull
~~~
### How nodenv hooks into your shell

@@ -307,0 +319,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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