Socket
Book a DemoInstallSign in
Socket

n

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n - npm Package Compare versions

Comparing version

to
9.1.0

2

package.json
{
"name": "n",
"description": "Interactively Manage All Your Node Versions",
"version": "9.0.1",
"version": "9.1.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/tj/n",

@@ -55,7 +55,6 @@ # `n` – Interactively Manage Your Node.js Versions

If `npm` is not yet available, one way to bootstrap an install:
If `npm` is not yet available, one way to bootstrap an install is to download and run `n` directly. To install the `lts` version of Node.js:
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
bash n lts
# Now node and npm are available
curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n | bash -s lts
# If you want n installed, you can use npm now.
npm install -g n

@@ -62,0 +61,0 @@

Sorry, the diff of this file is not supported yet