You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/els-for-runtimes-and-libraries/request/README.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,17 @@ TuxCare provides ELS for Request as an NPM package, hosted on a secure internal
87
87
88
88
</TableTabs>
89
89
90
-
5. Run the following command to install ELS for Request dependencies (token for the TuxCare repository will be automatically picked up from your `.npmrc` file):
90
+
5. You need to remove the `node_modules` directory and the `package-lock.json` file, and also clear the `npm cache` before installing the patched packages. Use the following commands:
6. Run the following command to install ELS for Request dependencies (token for the TuxCare repository will be automatically picked up from your `.npmrc` file):
91
101
92
102
<CodeWithCopy>
93
103
@@ -105,10 +115,35 @@ TuxCare provides ELS for Request as an NPM package, hosted on a secure internal
105
115
2 critical severity vulnerabilities
106
116
```
107
117
108
-
6. You've successfully integrated the TuxCare ELS for Request repository into your project.
118
+
7. You've successfully integrated the TuxCare ELS for Request repository into your project.
109
119
110
120
## Vulnerability Exploitability eXchange (VEX)
111
121
112
122
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
113
123
114
124
TuxCare provides VEX for Request ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_javascript/request/](https://security.tuxcare.com/vex/cyclonedx/els_lang_javascript/request/).
125
+
126
+
## How to Upgrade to a Newer Version of TuxCare Packages
127
+
128
+
If you have already installed a package with a `tuxcare.1` suffix and want to upgrade to a newer release (for example, `tuxcare.3`), there are two options:
129
+
130
+
***Option 1**. Run the `npm install` command with the specific version. This will automatically update both `package.json` and `package-lock.json`:
0 commit comments