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-libraries/react/README.md
+60-33Lines changed: 60 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Endless Lifecycle Support (ELS) for React from TuxCare provides security fixes f
4
4
5
5
## Supported React Versions
6
6
7
-
* React 15.6.2, 19.2.0
7
+
* React 15.6.2, 16.4.1, 19.2.0
8
8
9
9
## Connection to ELS for React Library
10
10
@@ -49,64 +49,83 @@ TuxCare provides ELS for React as an NPM package, hosted on a secure internal re
49
49
50
50
Manually update your `package.json` file by replacing your React dependencies with the TuxCare packages. This method gives you full control over which packages to update.
51
51
52
-
***Option 2: TuxCare Patcher (Automated)**
52
+
<TableTabslabel="Choose version: " >
53
53
54
-
Install the Patcher globally and run it. The TuxCare Patcher automatically detects the React version in your `package.json` and updates your `dependencies` and `overrides` to use the corresponding TuxCare `@els-js/*` packages.
Install the Patcher globally and run it. The TuxCare Patcher automatically detects the React version in your `package.json` and updates your `dependencies` and `overrides` to use the corresponding TuxCare `@els-js/*` packages.
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:
111
130
112
131
```text
@@ -150,7 +169,7 @@ If you have already installed a package with a `tuxcare.1` suffix and want to up
150
169
151
170
Fixes for the following vulnerabilities are available in ELS for React from TuxCare versions:
152
171
153
-
<TableTabslabel="Choose React version: " >
172
+
<TableTabslabel="Choose version: " >
154
173
155
174
<template #react_15.6.2>
156
175
@@ -160,6 +179,14 @@ Fixes for the following vulnerabilities are available in ELS for React from TuxC
160
179
161
180
</template>
162
181
182
+
<template #react_16.4.1>
183
+
184
+
| CVE ID | CVE Type | Severity | Affected Libraries | Vulnerable Versions |
0 commit comments