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
// At this point we've required a few files and can be pretty sure we dont contain invalid syntax for this version of node. It's possible a lazy require would, but that's unlikely enough that it's not worth catching anymore and we attach the more important exit handlers.
24
+
// At this point we've required a few files and can be pretty sure we dont
25
+
// contain invalid syntax for this version of node. It's possible a lazy
26
+
// require would, but that's unlikely enough that it's not worth catching
27
+
// anymore and we attach the more important exit handlers.
27
28
validateEngines.off()
28
29
process.on('uncaughtException',exitHandler)
29
30
process.on('unhandledRejection',exitHandler)
30
31
31
-
// It is now safe to log a warning if they are using a version of node that is not going to fail on syntax errors but is still unsupported and untested and might not work reliably. This is safe to use the logger now which we want since this will show up in the error log too.
32
+
// It is now safe to log a warning if they are using a version of node that is
33
+
// not going to fail on syntax errors but is still unsupported and untested
34
+
// and might not work reliably. This is safe to use the logger now which we
35
+
// want since this will show up in the error log too.
Someone might have tampered with these packages since they were published on the registry!
283
-
284
269
`
285
270
286
271
exports[`test/lib/commands/audit.js TAP audit signatures with multiple missing signatures > must match snapshot 1`]=`
@@ -302,7 +287,6 @@ audited 3 packages in xxx
302
287
node-fetch@1.6.0 (https://registry.npmjs.org/)
303
288
304
289
Someone might have tampered with this package since it was published on the registry!
305
-
306
290
`
307
291
308
292
exports[`test/lib/commands/audit.js TAP audit signatures with valid and missing signatures > must match snapshot 1`]=`
@@ -321,35 +305,30 @@ audited 1 package in xxx
321
305
1 package has a verified registry signature
322
306
323
307
1 package has a verified attestation
324
-
325
308
`
326
309
327
310
exports[`test/lib/commands/audit.js TAP audit signatures with valid signatures > must match snapshot 1`]=`
328
311
audited 1 package in xxx
329
312
330
313
1 package has a verified registry signature
331
-
332
314
`
333
315
334
316
exports[`test/lib/commands/audit.js TAP audit signatures with valid signatures using alias > must match snapshot 1`]=`
335
317
audited 1 package in xxx
336
318
337
319
1 package has a verified registry signature
338
-
339
320
`
340
321
341
322
exports[`test/lib/commands/audit.js TAP audit signatures workspaces verifies registry deps and ignores local workspace deps > must match snapshot 1`]=`
342
323
audited 3 packages in xxx
343
324
344
325
3 packages have verified registry signatures
345
-
346
326
`
347
327
348
328
exports[`test/lib/commands/audit.js TAP audit signatures workspaces verifies registry deps when filtering by workspace name > must match snapshot 1`]=`
349
329
audited 2 packages in xxx
350
330
351
331
2 packages have verified registry signatures
352
-
353
332
`
354
333
355
334
exports[`test/lib/commands/audit.js TAP fallback audit > must match snapshot 1`]=`
0 commit comments