Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@jchip/nvm

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jchip/nvm - npm Package Compare versions

Comparing version
1.6.2
to
1.6.3
+1
-1
install.ps1

@@ -6,3 +6,3 @@ param (

$nvmVersion = "1.6.2"
$nvmVersion = "1.6.3"
$nvmVersionV = "v$nvmVersion"

@@ -9,0 +9,0 @@ $DisableInstallNvmFromTgz = $false

NVM_VERSION="1.6.2"
NVM_VERSION="1.6.3"
NVM_VERSION_V="v${NVM_VERSION}"

@@ -4,0 +4,0 @@

{
"name": "@jchip/nvm",
"description": "nvm: a universal node.js version manager for Windows (no admin) and Unix",
"version": "1.6.2",
"version": "1.6.3",
"author": "Tom.Huang <hzlhu.dargon@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

+11
-11

@@ -57,3 +57,3 @@ # @jchip/nvm

cd $Env:USERPROFILE;
Invoke-WebRequest https://raw.githubusercontent.com/jchip/nvm/v1.6.2/install.ps1 -OutFile install.ps1;
Invoke-WebRequest https://raw.githubusercontent.com/jchip/nvm/v1.6.3/install.ps1 -OutFile install.ps1;
.\install.ps1 -nvmhome $Env:USERPROFILE\nvm;

@@ -69,3 +69,3 @@ del install.ps1

cd $Env:USERPROFILE;
Invoke-WebRequest https://unpkg.com/@jchip/nvm@1.6.2/install.ps1 -OutFile install.ps1;
Invoke-WebRequest https://unpkg.com/@jchip/nvm@1.6.3/install.ps1 -OutFile install.ps1;
.\install.ps1 -nvmhome $Env:USERPROFILE\nvm;

@@ -81,3 +81,3 @@ del install.ps1

cd $Env:USERPROFILE;
Invoke-WebRequest https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.2/install.ps1 -OutFile install.ps1;
Invoke-WebRequest https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.3/install.ps1 -OutFile install.ps1;
.\install.ps1 -nvmhome $Env:USERPROFILE\nvm;

@@ -127,4 +127,4 @@ del install.ps1

1. Download the package zip file from https://github.com/jchip/nvm/archive/v1.6.2/.zip
1. Extract this file to your home directory. You will get a new directory `nvm-1.6.2`.
1. Download the package zip file from https://github.com/jchip/nvm/archive/v1.6.3/.zip
1. Extract this file to your home directory. You will get a new directory `nvm-1.6.3`.
2. Rename it to `nvm`, for example: `C:\Users\<username>\nvm`

@@ -160,3 +160,3 @@ 2. Download the zipfile https://nodejs.org/dist/v20.12.1/node-v20.12.1-win-x64.zip

```bash
NVM_HOME=~/nvm curl -o- https://raw.githubusercontent.com/jchip/nvm/v1.6.2/install.sh | bash
NVM_HOME=~/nvm curl -o- https://raw.githubusercontent.com/jchip/nvm/v1.6.3/install.sh | bash
```

@@ -167,3 +167,3 @@

```bash
NVM_HOME=~/nvm wget -qO- https://raw.githubusercontent.com/jchip/nvm/v1.6.2/install.sh | bash
NVM_HOME=~/nvm wget -qO- https://raw.githubusercontent.com/jchip/nvm/v1.6.3/install.sh | bash
```

@@ -178,3 +178,3 @@

```bash
NVM_HOME=~/nvm curl -o- https://unpkg.com/@jchip/nvm@1.6.2/install.sh | bash
NVM_HOME=~/nvm curl -o- https://unpkg.com/@jchip/nvm@1.6.3/install.sh | bash
```

@@ -185,3 +185,3 @@

```bash
NVM_HOME=~/nvm wget -qO- https://unpkg.com/@jchip/nvm@1.6.2/install.sh | bash
NVM_HOME=~/nvm wget -qO- https://unpkg.com/@jchip/nvm@1.6.3/install.sh | bash
```

@@ -196,3 +196,3 @@

```bash
NVM_HOME=~/nvm curl -o- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.2/install.sh | bash
NVM_HOME=~/nvm curl -o- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.3/install.sh | bash
```

@@ -203,3 +203,3 @@

```bash
NVM_HOME=~/nvm wget -qO- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.2/install.sh | bash
NVM_HOME=~/nvm wget -qO- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.3/install.sh | bash
```

@@ -206,0 +206,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display