@jchip/nvm
Advanced tools
+1
-1
@@ -6,3 +6,3 @@ param ( | ||
| $nvmVersion = "1.6.0" | ||
| $nvmVersion = "1.6.1" | ||
| $nvmVersionV = "v$nvmVersion" | ||
@@ -9,0 +9,0 @@ $DisableInstallNvmFromTgz = $false |
+1
-1
| NVM_VERSION="1.6.0" | ||
| NVM_VERSION="1.6.1" | ||
| NVM_VERSION_V="v${NVM_VERSION}" | ||
@@ -4,0 +4,0 @@ |
+1
-1
| { | ||
| "name": "@jchip/nvm", | ||
| "description": "nvm: a universal node.js version manager for Windows (no admin) and Unix", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "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.0/install.ps1 -OutFile install.ps1; | ||
| Invoke-WebRequest https://raw.githubusercontent.com/jchip/nvm/v1.6.1//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.0/install.ps1 -OutFile install.ps1; | ||
| Invoke-WebRequest https://unpkg.com/@jchip/nvm@1.6.1/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.0/install.ps1 -OutFile install.ps1; | ||
| Invoke-WebRequest https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.1/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.5.8.zip | ||
| 1. Extract this file to your home directory. You will get a new directory `nvm-1.5.8`. | ||
| 1. Download the package zip file from https://github.com/jchip/nvm/archive/v1.6.1/.zip | ||
| 1. Extract this file to your home directory. You will get a new directory `nvm-1.6.1`. | ||
| 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.0/install.sh | bash | ||
| NVM_HOME=~/nvm curl -o- https://raw.githubusercontent.com/jchip/nvm/v1.6.1//install.sh | bash | ||
| ``` | ||
@@ -167,3 +167,3 @@ | ||
| ```bash | ||
| NVM_HOME=~/nvm wget -qO- https://raw.githubusercontent.com/jchip/nvm/v1.6.0/install.sh | bash | ||
| NVM_HOME=~/nvm wget -qO- https://raw.githubusercontent.com/jchip/nvm/v1.6.1//install.sh | bash | ||
| ``` | ||
@@ -178,3 +178,3 @@ | ||
| ```bash | ||
| NVM_HOME=~/nvm curl -o- https://unpkg.com/@jchip/nvm@1.6.0/install.sh | bash | ||
| NVM_HOME=~/nvm curl -o- https://unpkg.com/@jchip/nvm@1.6.1/install.sh | bash | ||
| ``` | ||
@@ -185,3 +185,3 @@ | ||
| ```bash | ||
| NVM_HOME=~/nvm wget -qO- https://unpkg.com/@jchip/nvm@1.6.0/install.sh | bash | ||
| NVM_HOME=~/nvm wget -qO- https://unpkg.com/@jchip/nvm@1.6.1/install.sh | bash | ||
| ``` | ||
@@ -196,3 +196,3 @@ | ||
| ```bash | ||
| NVM_HOME=~/nvm curl -o- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.0/install.sh | bash | ||
| NVM_HOME=~/nvm curl -o- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.1/install.sh | bash | ||
| ``` | ||
@@ -203,3 +203,3 @@ | ||
| ```bash | ||
| NVM_HOME=~/nvm wget -qO- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.0/install.sh | bash | ||
| NVM_HOME=~/nvm wget -qO- https://cdn.jsdelivr.net/npm/@jchip/nvm@1.6.1/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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1445814
0.05%1291
0.08%