Skip to content

Commit b242ce5

Browse files
authored
Merge pull request #354 from sboldyreva/js-update
Update javaScript pages
2 parents adfd8c4 + 2325925 commit b242ce5

File tree

32 files changed

+343
-182
lines changed

32 files changed

+343
-182
lines changed

docs/els-for-libraries/angular/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -798,18 +798,21 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
798798

799799
</CodeWithCopy>
800800

801-
You will see an output like:
801+
## Step 3: Verify Installation
802802

803-
```text
804-
added 925 packages, and audited 926 packages in 3m
803+
1. To confirm the TuxCare Angular repository is set up correctly, use npm to list the project's dependencies:
805804

806-
158 packages are looking for funding
807-
run `npm fund` for details
805+
<CodeWithCopy>
808806

809-
found 0 vulnerabilities
807+
```text
808+
npm list
810809
```
811810

812-
7. You've successfully integrated the TuxCare ELS for Angular repository into your project.
811+
</CodeWithCopy>
812+
813+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
814+
815+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for Angular repository.
813816

814817
## How to Upgrade to a Newer Version of TuxCare Packages
815818

docs/els-for-libraries/angularjs/README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
183183

184184
</CodeWithCopy>
185185

186-
6. Run the following command to install ELS for AngularJS dependencies (token for the TuxCare repository will be automatically picked up from your .npmrc file):
186+
6. Run the following command to install ELS for AngularJS dependencies (token for the TuxCare repository will be automatically picked up from your `.npmrc` file):
187187

188188
<CodeWithCopy>
189189

@@ -193,15 +193,21 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
193193

194194
</CodeWithCopy>
195195

196-
You will see an output like:
196+
## Step 3: Verify Installation
197197

198-
```text
199-
added 1 package, and audited 2 packages in 796ms
198+
1. To confirm the TuxCare AngularJS repository is set up correctly, use npm to list the project's dependencies:
199+
200+
<CodeWithCopy>
200201

201-
found 0 vulnerabilities
202+
```text
203+
npm list
202204
```
203205

204-
7. You've successfully integrated the TuxCare ELS for AngularJS repository into your project.
206+
</CodeWithCopy>
207+
208+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
209+
210+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for AngularJS repository.
205211

206212
## Vulnerability Exploitability eXchange (VEX)
207213

docs/els-for-libraries/bootstrap/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,21 @@ TuxCare provides ELS for Bootstrap as an NPM package, hosted on a secure interna
137137

138138
</CodeWithCopy>
139139

140-
You will see an output like:
140+
## Step 3: Verify Installation
141141

142-
```text
143-
added 3 packages, and audited 4 packages in 2s
142+
1. To confirm the TuxCare Bootstrap library is set up correctly, use npm to list the project's dependencies:
144143

145-
1 package is looking for funding
146-
run `npm fund` for details
144+
<CodeWithCopy>
147145

148-
found 0 vulnerabilities
146+
```text
147+
npm list
149148
```
150149

151-
7. You've successfully installed the Tuxcare ELS version of the Bootstrap library into your project.
150+
</CodeWithCopy>
151+
152+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
153+
154+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for Bootstrap repository.
152155

153156
## Vulnerability Exploitability eXchange (VEX)
154157

docs/els-for-libraries/express/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,21 @@ TuxCare provides ELS for express as an NPM package, hosted on a secure internal
115115

116116
</CodeWithCopy>
117117

118-
You will see an output like:
118+
## Step 3: Verify Installation
119+
120+
1. To confirm the TuxCare express library is set up correctly, use npm to list the project's dependencies:
121+
122+
<CodeWithCopy>
119123

120124
```text
121-
added 1 package, and audited 2 packages in 792ms
122-
123-
found 0 vulnerabilities
125+
npm list
124126
```
125127

126-
7. You've successfully installed the Tuxcare ELS version of the express library into your project.
128+
</CodeWithCopy>
129+
130+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
131+
132+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for express repository.
127133

128134
## Vulnerability Exploitability eXchange (VEX)
129135

docs/els-for-libraries/fastify/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,21 @@ TuxCare provides ELS for fastify as an NPM package, hosted on a secure internal
115115

116116
</CodeWithCopy>
117117

118-
You will see an output like:
118+
## Step 3: Verify Installation
119+
120+
1. To confirm the TuxCare fastify library is set up correctly, use npm to list the project's dependencies:
121+
122+
<CodeWithCopy>
119123

120124
```text
121-
added 1 package, and audited 2 packages in 792ms
122-
123-
found 0 vulnerabilities
125+
npm list
124126
```
125127

126-
7. You've successfully installed the Tuxcare ELS version of the fastify library into your project.
128+
</CodeWithCopy>
129+
130+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
131+
132+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for Fastify repository.
127133

128134
## Vulnerability Exploitability eXchange (VEX)
129135

docs/els-for-libraries/javascript-libraries/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ TuxCare provides ELS for JavaScript libraries as NPM packages, hosted on a secur
145145

146146
</CodeWithCopy>
147147

148-
6. Run the following command to install the ELS version of the JavaScript libraries (token for the TuxCare repository will be automatically picked up from your `.npmrc` file):
148+
6. Run the following command to install the TuxCare ELS version (token for the TuxCare repository will be automatically picked up from your `.npmrc` file):
149149

150150
<CodeWithCopy>
151151

@@ -155,16 +155,6 @@ TuxCare provides ELS for JavaScript libraries as NPM packages, hosted on a secur
155155

156156
</CodeWithCopy>
157157

158-
You will see an output like:
159-
160-
```text
161-
added 1 package, and audited 2 packages in 792ms
162-
163-
found 0 vulnerabilities
164-
```
165-
166-
7. You've successfully installed the Tuxcare ELS version of the JavaScript libraries into your project.
167-
168158
### Step 3: Verify Installation
169159

170160
1. To confirm the TuxCare JavaScript Libraries repository is set up correctly, use npm to list the project's dependencies:
@@ -179,7 +169,7 @@ TuxCare provides ELS for JavaScript libraries as NPM packages, hosted on a secur
179169

180170
2. After reviewing the dependencies, run your application to ensure everything works correctly.
181171

182-
The npm tool should be able to identify and resolve dependencies from the TuxCare ELS for JavaScript Libraries repository.
172+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for JavaScript Libraries repository.
183173

184174
### Conclusion
185175

docs/els-for-libraries/jquery/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,21 @@ TuxCare provides ELS for jQuery as an NPM package, hosted on a secure internal r
153153

154154
</CodeWithCopy>
155155

156-
You will see an output like:
156+
## Step 3: Verify Installation
157+
158+
1. To confirm the TuxCare jQuery library is set up correctly, use npm to list the project's dependencies:
159+
160+
<CodeWithCopy>
157161

158162
```text
159-
added 1 package, and audited 2 packages in 863ms
160-
161-
found 0 vulnerabilities
163+
npm list
162164
```
163165

164-
7. You've successfully installed the Tuxcare ELS version of the jQuery library into your project.
166+
</CodeWithCopy>
167+
168+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
169+
170+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for jQuery repository.
165171

166172
## How to Upgrade to a Newer Version of TuxCare Packages
167173

docs/els-for-libraries/jsonwebtoken/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,21 @@ TuxCare provides ELS for JSON Web Token as an NPM package, hosted on a secure in
137137

138138
</CodeWithCopy>
139139

140-
You will see an output like:
140+
## Step 3: Verify Installation
141141

142-
```text
143-
added 15 packages, and audited 16 packages in 2s
142+
1. To confirm the TuxCare JSON Web Token library is set up correctly, use npm to list the project's dependencies:
144143

145-
1 package is looking for funding
146-
run `npm fund` for details
144+
<CodeWithCopy>
147145

148-
found 0 vulnerabilities
146+
```text
147+
npm list
149148
```
150149

151-
7. You've successfully installed the Tuxcare ELS version of the JSON Web Token library into your project.
150+
</CodeWithCopy>
151+
152+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
153+
154+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for JSON Web Token repository.
152155

153156
## Vulnerability Exploitability eXchange (VEX)
154157

docs/els-for-libraries/karma/README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ TuxCare provides ELS for karma as an NPM package, hosted on a secure internal re
127127

128128
</CodeWithCopy>
129129

130-
6. Run the following command to install the ELS version of the karma library (token for the TuxCare repository will be automatically picked up from your `.npmrc` file):
130+
6. Run the following command to install the ELS version of the Karma library (token for the TuxCare repository will be automatically picked up from your `.npmrc` file):
131131

132132
<CodeWithCopy>
133133

@@ -137,15 +137,21 @@ TuxCare provides ELS for karma as an NPM package, hosted on a secure internal re
137137

138138
</CodeWithCopy>
139139

140-
You will see an output like:
140+
## Step 3: Verify Installation
141+
142+
1. To confirm the TuxCare Karma library is set up correctly, use npm to list the project's dependencies:
143+
144+
<CodeWithCopy>
141145

142146
```text
143-
added 1 package, and audited 2 packages in 792ms
144-
145-
found 0 vulnerabilities
147+
npm list
146148
```
147149

148-
7. You've successfully installed the Tuxcare ELS version of the karma library into your project.
150+
</CodeWithCopy>
151+
152+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
153+
154+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for Karma repository.
149155

150156
## Vulnerability Exploitability eXchange (VEX)
151157

docs/els-for-libraries/knockout/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,21 @@ TuxCare provides ELS for Knockout as an NPM package, hosted on a secure internal
137137

138138
</CodeWithCopy>
139139

140-
You will see an output like:
140+
## Step 3: Verify Installation
141+
142+
1. To confirm the TuxCare Knockout library is set up correctly, use npm to list the project's dependencies:
143+
144+
<CodeWithCopy>
141145

142146
```text
143-
added 1 package, and audited 2 packages in 792ms
144-
145-
found 0 vulnerabilities
147+
npm list
146148
```
147149

148-
7. You've successfully installed the Tuxcare ELS version of the Knockout library into your project.
150+
</CodeWithCopy>
151+
152+
2. After reviewing the dependencies, run your application to ensure everything works correctly.
153+
154+
The `npm` tool should be able to identify and resolve dependencies from the TuxCare ELS for Knockout repository.
149155

150156
## Vulnerability Exploitability eXchange (VEX)
151157

0 commit comments

Comments
 (0)