@@ -109,15 +109,15 @@ audited 1 package in 0s
109109
110110@npmcli/[email protected] (https://verdaccio-clone.org) 111111
112- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
112+ Someone might have tampered with this package since it was published on the registry!
113113
114114`
115115
116116exports [ `test/lib/commands/audit.js TAP audit signatures third-party registry with keys and missing signatures errors > must match snapshot 1` ] = `
117117audited 1 package in 0s
118118
1191191 package has a missing registry signature but the registry is providing signing keys
120- run \`npm audit signatures --missing\` for details
120+ run \`npm audit signatures --log- missing-names \` for details
121121`
122122
123123exports [ `test/lib/commands/audit.js TAP audit signatures third-party registry with keys and signatures > must match snapshot 1` ] = `
@@ -133,13 +133,13 @@ exports[`test/lib/commands/audit.js TAP audit signatures with both invalid and m
133133audited 2 packages in xxx
134134
1351351 package has a missing registry signature but the registry is providing signing keys
136- run \`npm audit signatures --missing\` for details
136+ run \`npm audit signatures --log- missing-names \` for details
137137
1381381 package has an invalid registry signature:
139139
140140141141
142- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
142+ Someone might have tampered with this package since it was published on the registry!
143143
144144`
145145
@@ -151,10 +151,10 @@ verified registry signatures, audited 1 package in 0s
151151exports [ `test/lib/commands/audit.js TAP audit signatures with color output enabled with both valid and missing signatures > must match snapshot 1` ] = `
152152audited 2 packages in xxx
153153
154- 1 packages have [1mverified[22m registry signatures
154+ 1 package has a [1mverified[22m registry signature
155155
1561561 package has a [1m[35mmissing[39m[22m registry signature but the registry is providing signing keys
157- run \`npm audit signatures --missing\` for details
157+ run \`npm audit signatures --log- missing-names \` for details
158158`
159159
160160exports [ `test/lib/commands/audit.js TAP audit signatures with color output enabled with invalid signatures > must match snapshot 1` ] = `
@@ -164,7 +164,7 @@ audited 1 package in 0s
164164
165165166166
167- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
167+ Someone might have tampered with this package since it was published on the registry!
168168
169169`
170170
@@ -176,15 +176,15 @@ audited 2 packages in xxx
176176177177178178
179- Someone might have tampered with the packages since it was published on the registry (monster-in-the-middle attack) !
179+ Someone might have tampered with these packages since they where published on the registry!
180180
181181`
182182
183183exports [ `test/lib/commands/audit.js TAP audit signatures with color output enabled with multiple missing signatures > must match snapshot 1` ] = `
184184audited 2 packages in xxx
185185
1861862 packages have [1m[35mmissing[39m[22m registry signatures but the registry is providing signing keys
187- run \`npm audit signatures --missing\` for details
187+ run \`npm audit signatures --log- missing-names \` for details
188188`
189189
190190exports [ `test/lib/commands/audit.js TAP audit signatures with invalid signatures > must match snapshot 1` ] = `
@@ -194,15 +194,15 @@ audited 1 package in 0s
194194
195195196196
197- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
197+ Someone might have tampered with this package since it was published on the registry!
198198
199199`
200200
201201exports [ `test/lib/commands/audit.js TAP audit signatures with keys but missing signature > must match snapshot 1` ] = `
202202audited 1 package in 0s
203203
2042041 package has a missing registry signature but the registry is providing signing keys
205- run \`npm audit signatures --missing\` for details
205+ run \`npm audit signatures --log- missing-names \` for details
206206`
207207
208208exports [ `test/lib/commands/audit.js TAP audit signatures with multiple invalid signatures > must match snapshot 1` ] = `
@@ -213,24 +213,37 @@ audited 2 packages in xxx
213213214214215215
216- Someone might have tampered with the packages since it was published on the registry (monster-in-the-middle attack) !
216+ Someone might have tampered with these packages since they where published on the registry!
217217
218218`
219219
220220exports [ `test/lib/commands/audit.js TAP audit signatures with multiple missing signatures > must match snapshot 1` ] = `
221221audited 2 packages in xxx
222222
2232232 packages have missing registry signatures but the registry is providing signing keys
224- run \`npm audit signatures --missing\` for details
224+ run \`npm audit signatures --log-missing-names\` for details
225+ `
226+
227+ exports [ `test/lib/commands/audit.js TAP audit signatures with multiple valid signatures and one invalid > must match snapshot 1` ] = `
228+ audited 3 packages in xxx
229+
230+ 2 packages have verified registry signatures
231+
232+ 1 package has an invalid registry signature:
233+
234+ 235+
236+ Someone might have tampered with this package since it was published on the registry!
237+
225238`
226239
227240exports [ `test/lib/commands/audit.js TAP audit signatures with valid and missing signatures > must match snapshot 1` ] = `
228241audited 2 packages in xxx
229242
230- 1 packages have verified registry signatures
243+ 1 package has a verified registry signature
231244
2322451 package has a missing registry signature but the registry is providing signing keys
233- run \`npm audit signatures --missing\` for details
246+ run \`npm audit signatures --log- missing-names \` for details
234247`
235248
236249exports [ `test/lib/commands/audit.js TAP audit signatures with valid signatures > must match snapshot 1` ] = `
0 commit comments