@socketsecurity/cli-with-sentry 0.14.56 → 0.14.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +10 -10
- package/bin/npm-cli.js +1 -1
- package/bin/npx-cli.js +3 -1
- package/dist/constants.d.ts +20 -8
- package/dist/constants.js +54 -25
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +3 -3
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/artifact.d.ts +75 -0
- package/dist/module-sync/cli.js +1372 -1062
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/edge.d.ts +1 -1
- package/dist/module-sync/index.d.ts +5 -173
- package/dist/module-sync/node.d.ts +1 -1
- package/dist/module-sync/override-set.d.ts +37 -0
- package/dist/module-sync/shadow-bin.js +10 -8
- package/dist/module-sync/shadow-bin.js.map +1 -1
- package/dist/module-sync/{index.js → shadow-npm-inject.js} +1436 -1302
- package/dist/module-sync/shadow-npm-inject.js.map +1 -0
- package/dist/module-sync/{npm-paths.js → shadow-npm-paths.js} +4 -4
- package/dist/module-sync/shadow-npm-paths.js.map +1 -0
- package/dist/module-sync/socket-package-alert.d.ts +46 -0
- package/dist/module-sync/types.d.ts +11 -3
- package/dist/require/cli.js +1372 -1062
- package/dist/require/cli.js.map +1 -1
- package/dist/require/shadow-npm-inject.js +3 -0
- package/dist/require/shadow-npm-paths.js +3 -0
- package/package.json +14 -11
- package/dist/module-sync/index.js.map +0 -1
- package/dist/module-sync/npm-injection.js +0 -26
- package/dist/module-sync/npm-injection.js.map +0 -1
- package/dist/module-sync/npm-paths.js.map +0 -1
- package/dist/module-sync/proc-log.d.ts +0 -3
- package/dist/module-sync/reify.d.ts +0 -1020
- package/dist/require/index.js +0 -3
- package/dist/require/npm-injection.js +0 -3
- package/dist/require/npm-paths.js +0 -3
- /package/dist/module-sync/{npm-injection.d.ts → shadow-npm-inject.d.ts} +0 -0
- /package/dist/module-sync/{npm-paths.d.ts → shadow-npm-paths.d.ts} +0 -0
|
@@ -1,1020 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { fetchPackagePackument } from '@socketsecurity/registry/lib/packages';
|
|
3
|
-
import { ArboristClass, ArboristReifyOptions } from "./types.js";
|
|
4
|
-
import { SafeNode } from "./node.js";
|
|
5
|
-
import { Writable } from 'node:stream';
|
|
6
|
-
declare namespace alerts {
|
|
7
|
-
namespace badEncoding {
|
|
8
|
-
let description: string;
|
|
9
|
-
let suggestion: string;
|
|
10
|
-
let title: string;
|
|
11
|
-
let emoji: string;
|
|
12
|
-
}
|
|
13
|
-
namespace badSemver {
|
|
14
|
-
let description_1: string;
|
|
15
|
-
export { description_1 as description };
|
|
16
|
-
let suggestion_1: string;
|
|
17
|
-
export { suggestion_1 as suggestion };
|
|
18
|
-
let title_1: string;
|
|
19
|
-
export { title_1 as title };
|
|
20
|
-
let emoji_1: string;
|
|
21
|
-
export { emoji_1 as emoji };
|
|
22
|
-
}
|
|
23
|
-
namespace badSemverDependency {
|
|
24
|
-
let description_2: string;
|
|
25
|
-
export { description_2 as description };
|
|
26
|
-
let suggestion_2: string;
|
|
27
|
-
export { suggestion_2 as suggestion };
|
|
28
|
-
let title_2: string;
|
|
29
|
-
export { title_2 as title };
|
|
30
|
-
let emoji_2: string;
|
|
31
|
-
export { emoji_2 as emoji };
|
|
32
|
-
}
|
|
33
|
-
namespace bidi {
|
|
34
|
-
let description_3: string;
|
|
35
|
-
export { description_3 as description };
|
|
36
|
-
let suggestion_3: string;
|
|
37
|
-
export { suggestion_3 as suggestion };
|
|
38
|
-
let title_3: string;
|
|
39
|
-
export { title_3 as title };
|
|
40
|
-
let emoji_3: string;
|
|
41
|
-
export { emoji_3 as emoji };
|
|
42
|
-
}
|
|
43
|
-
namespace binScriptConfusion {
|
|
44
|
-
let description_4: string;
|
|
45
|
-
export { description_4 as description };
|
|
46
|
-
let suggestion_4: string;
|
|
47
|
-
export { suggestion_4 as suggestion };
|
|
48
|
-
let title_4: string;
|
|
49
|
-
export { title_4 as title };
|
|
50
|
-
let emoji_4: string;
|
|
51
|
-
export { emoji_4 as emoji };
|
|
52
|
-
}
|
|
53
|
-
namespace chronoAnomaly {
|
|
54
|
-
let description_5: string;
|
|
55
|
-
export { description_5 as description };
|
|
56
|
-
let suggestion_5: string;
|
|
57
|
-
export { suggestion_5 as suggestion };
|
|
58
|
-
let title_5: string;
|
|
59
|
-
export { title_5 as title };
|
|
60
|
-
let emoji_5: string;
|
|
61
|
-
export { emoji_5 as emoji };
|
|
62
|
-
}
|
|
63
|
-
namespace compromisedSSHKey {
|
|
64
|
-
let description_6: string;
|
|
65
|
-
export { description_6 as description };
|
|
66
|
-
let suggestion_6: string;
|
|
67
|
-
export { suggestion_6 as suggestion };
|
|
68
|
-
let title_6: string;
|
|
69
|
-
export { title_6 as title };
|
|
70
|
-
let emoji_6: string;
|
|
71
|
-
export { emoji_6 as emoji };
|
|
72
|
-
}
|
|
73
|
-
namespace criticalCVE {
|
|
74
|
-
let description_7: string;
|
|
75
|
-
export { description_7 as description };
|
|
76
|
-
let suggestion_7: string;
|
|
77
|
-
export { suggestion_7 as suggestion };
|
|
78
|
-
let title_7: string;
|
|
79
|
-
export { title_7 as title };
|
|
80
|
-
let emoji_7: string;
|
|
81
|
-
export { emoji_7 as emoji };
|
|
82
|
-
}
|
|
83
|
-
namespace cve {
|
|
84
|
-
let description_8: string;
|
|
85
|
-
export { description_8 as description };
|
|
86
|
-
let suggestion_8: string;
|
|
87
|
-
export { suggestion_8 as suggestion };
|
|
88
|
-
let title_8: string;
|
|
89
|
-
export { title_8 as title };
|
|
90
|
-
let emoji_8: string;
|
|
91
|
-
export { emoji_8 as emoji };
|
|
92
|
-
}
|
|
93
|
-
namespace debugAccess {
|
|
94
|
-
let description_9: string;
|
|
95
|
-
export { description_9 as description };
|
|
96
|
-
let suggestion_9: string;
|
|
97
|
-
export { suggestion_9 as suggestion };
|
|
98
|
-
let title_9: string;
|
|
99
|
-
export { title_9 as title };
|
|
100
|
-
let emoji_9: string;
|
|
101
|
-
export { emoji_9 as emoji };
|
|
102
|
-
}
|
|
103
|
-
namespace deprecated {
|
|
104
|
-
let description_10: string;
|
|
105
|
-
export { description_10 as description };
|
|
106
|
-
let suggestion_10: string;
|
|
107
|
-
export { suggestion_10 as suggestion };
|
|
108
|
-
let title_10: string;
|
|
109
|
-
export { title_10 as title };
|
|
110
|
-
let emoji_10: string;
|
|
111
|
-
export { emoji_10 as emoji };
|
|
112
|
-
}
|
|
113
|
-
namespace deprecatedException {
|
|
114
|
-
let description_11: string;
|
|
115
|
-
export { description_11 as description };
|
|
116
|
-
let suggestion_11: string;
|
|
117
|
-
export { suggestion_11 as suggestion };
|
|
118
|
-
let title_11: string;
|
|
119
|
-
export { title_11 as title };
|
|
120
|
-
let emoji_11: string;
|
|
121
|
-
export { emoji_11 as emoji };
|
|
122
|
-
}
|
|
123
|
-
namespace explicitlyUnlicensedItem {
|
|
124
|
-
let description_12: string;
|
|
125
|
-
export { description_12 as description };
|
|
126
|
-
let suggestion_12: string;
|
|
127
|
-
export { suggestion_12 as suggestion };
|
|
128
|
-
let title_12: string;
|
|
129
|
-
export { title_12 as title };
|
|
130
|
-
let emoji_12: string;
|
|
131
|
-
export { emoji_12 as emoji };
|
|
132
|
-
}
|
|
133
|
-
namespace unidentifiedLicense {
|
|
134
|
-
let description_13: string;
|
|
135
|
-
export { description_13 as description };
|
|
136
|
-
let suggestion_13: string;
|
|
137
|
-
export { suggestion_13 as suggestion };
|
|
138
|
-
let title_13: string;
|
|
139
|
-
export { title_13 as title };
|
|
140
|
-
let emoji_13: string;
|
|
141
|
-
export { emoji_13 as emoji };
|
|
142
|
-
}
|
|
143
|
-
namespace noLicenseFound {
|
|
144
|
-
let description_14: string;
|
|
145
|
-
export { description_14 as description };
|
|
146
|
-
let suggestion_14: string;
|
|
147
|
-
export { suggestion_14 as suggestion };
|
|
148
|
-
let title_14: string;
|
|
149
|
-
export { title_14 as title };
|
|
150
|
-
let emoji_14: string;
|
|
151
|
-
export { emoji_14 as emoji };
|
|
152
|
-
}
|
|
153
|
-
namespace copyleftLicense {
|
|
154
|
-
let description_15: string;
|
|
155
|
-
export { description_15 as description };
|
|
156
|
-
let suggestion_15: string;
|
|
157
|
-
export { suggestion_15 as suggestion };
|
|
158
|
-
let title_15: string;
|
|
159
|
-
export { title_15 as title };
|
|
160
|
-
let emoji_15: string;
|
|
161
|
-
export { emoji_15 as emoji };
|
|
162
|
-
}
|
|
163
|
-
namespace licenseSpdxDisj {
|
|
164
|
-
let description_16: string;
|
|
165
|
-
export { description_16 as description };
|
|
166
|
-
let suggestion_16: string;
|
|
167
|
-
export { suggestion_16 as suggestion };
|
|
168
|
-
let title_16: string;
|
|
169
|
-
export { title_16 as title };
|
|
170
|
-
let emoji_16: string;
|
|
171
|
-
export { emoji_16 as emoji };
|
|
172
|
-
}
|
|
173
|
-
namespace nonpermissiveLicense {
|
|
174
|
-
let description_17: string;
|
|
175
|
-
export { description_17 as description };
|
|
176
|
-
let suggestion_17: string;
|
|
177
|
-
export { suggestion_17 as suggestion };
|
|
178
|
-
let title_17: string;
|
|
179
|
-
export { title_17 as title };
|
|
180
|
-
let emoji_17: string;
|
|
181
|
-
export { emoji_17 as emoji };
|
|
182
|
-
}
|
|
183
|
-
namespace miscLicenseIssues {
|
|
184
|
-
let description_18: string;
|
|
185
|
-
export { description_18 as description };
|
|
186
|
-
let suggestion_18: string;
|
|
187
|
-
export { suggestion_18 as suggestion };
|
|
188
|
-
let title_18: string;
|
|
189
|
-
export { title_18 as title };
|
|
190
|
-
let emoji_18: string;
|
|
191
|
-
export { emoji_18 as emoji };
|
|
192
|
-
}
|
|
193
|
-
namespace deprecatedLicense {
|
|
194
|
-
let description_19: string;
|
|
195
|
-
export { description_19 as description };
|
|
196
|
-
let suggestion_19: string;
|
|
197
|
-
export { suggestion_19 as suggestion };
|
|
198
|
-
let title_19: string;
|
|
199
|
-
export { title_19 as title };
|
|
200
|
-
let emoji_19: string;
|
|
201
|
-
export { emoji_19 as emoji };
|
|
202
|
-
}
|
|
203
|
-
namespace didYouMean {
|
|
204
|
-
let description_20: string;
|
|
205
|
-
export { description_20 as description };
|
|
206
|
-
let suggestion_20: string;
|
|
207
|
-
export { suggestion_20 as suggestion };
|
|
208
|
-
let title_20: string;
|
|
209
|
-
export { title_20 as title };
|
|
210
|
-
let emoji_20: string;
|
|
211
|
-
export { emoji_20 as emoji };
|
|
212
|
-
}
|
|
213
|
-
namespace dynamicRequire {
|
|
214
|
-
let description_21: string;
|
|
215
|
-
export { description_21 as description };
|
|
216
|
-
let suggestion_21: string;
|
|
217
|
-
export { suggestion_21 as suggestion };
|
|
218
|
-
let title_21: string;
|
|
219
|
-
export { title_21 as title };
|
|
220
|
-
let emoji_21: string;
|
|
221
|
-
export { emoji_21 as emoji };
|
|
222
|
-
}
|
|
223
|
-
namespace emptyPackage {
|
|
224
|
-
let description_22: string;
|
|
225
|
-
export { description_22 as description };
|
|
226
|
-
let suggestion_22: string;
|
|
227
|
-
export { suggestion_22 as suggestion };
|
|
228
|
-
let title_22: string;
|
|
229
|
-
export { title_22 as title };
|
|
230
|
-
let emoji_22: string;
|
|
231
|
-
export { emoji_22 as emoji };
|
|
232
|
-
}
|
|
233
|
-
namespace envVars {
|
|
234
|
-
let description_23: string;
|
|
235
|
-
export { description_23 as description };
|
|
236
|
-
let suggestion_23: string;
|
|
237
|
-
export { suggestion_23 as suggestion };
|
|
238
|
-
let title_23: string;
|
|
239
|
-
export { title_23 as title };
|
|
240
|
-
let emoji_23: string;
|
|
241
|
-
export { emoji_23 as emoji };
|
|
242
|
-
}
|
|
243
|
-
namespace extraneousDependency {
|
|
244
|
-
let description_24: string;
|
|
245
|
-
export { description_24 as description };
|
|
246
|
-
let suggestion_24: string;
|
|
247
|
-
export { suggestion_24 as suggestion };
|
|
248
|
-
let title_24: string;
|
|
249
|
-
export { title_24 as title };
|
|
250
|
-
let emoji_24: string;
|
|
251
|
-
export { emoji_24 as emoji };
|
|
252
|
-
}
|
|
253
|
-
namespace fileDependency {
|
|
254
|
-
let description_25: string;
|
|
255
|
-
export { description_25 as description };
|
|
256
|
-
let suggestion_25: string;
|
|
257
|
-
export { suggestion_25 as suggestion };
|
|
258
|
-
let title_25: string;
|
|
259
|
-
export { title_25 as title };
|
|
260
|
-
let emoji_25: string;
|
|
261
|
-
export { emoji_25 as emoji };
|
|
262
|
-
}
|
|
263
|
-
namespace filesystemAccess {
|
|
264
|
-
let description_26: string;
|
|
265
|
-
export { description_26 as description };
|
|
266
|
-
let suggestion_26: string;
|
|
267
|
-
export { suggestion_26 as suggestion };
|
|
268
|
-
let title_26: string;
|
|
269
|
-
export { title_26 as title };
|
|
270
|
-
let emoji_26: string;
|
|
271
|
-
export { emoji_26 as emoji };
|
|
272
|
-
}
|
|
273
|
-
namespace floatingDependency {
|
|
274
|
-
let description_27: string;
|
|
275
|
-
export { description_27 as description };
|
|
276
|
-
let suggestion_27: string;
|
|
277
|
-
export { suggestion_27 as suggestion };
|
|
278
|
-
let title_27: string;
|
|
279
|
-
export { title_27 as title };
|
|
280
|
-
let emoji_27: string;
|
|
281
|
-
export { emoji_27 as emoji };
|
|
282
|
-
}
|
|
283
|
-
namespace gitDependency {
|
|
284
|
-
let description_28: string;
|
|
285
|
-
export { description_28 as description };
|
|
286
|
-
let suggestion_28: string;
|
|
287
|
-
export { suggestion_28 as suggestion };
|
|
288
|
-
let title_28: string;
|
|
289
|
-
export { title_28 as title };
|
|
290
|
-
let emoji_28: string;
|
|
291
|
-
export { emoji_28 as emoji };
|
|
292
|
-
}
|
|
293
|
-
namespace gitHubDependency {
|
|
294
|
-
let description_29: string;
|
|
295
|
-
export { description_29 as description };
|
|
296
|
-
let suggestion_29: string;
|
|
297
|
-
export { suggestion_29 as suggestion };
|
|
298
|
-
let title_29: string;
|
|
299
|
-
export { title_29 as title };
|
|
300
|
-
let emoji_29: string;
|
|
301
|
-
export { emoji_29 as emoji };
|
|
302
|
-
}
|
|
303
|
-
namespace gptAnomaly {
|
|
304
|
-
let description_30: string;
|
|
305
|
-
export { description_30 as description };
|
|
306
|
-
let suggestion_30: string;
|
|
307
|
-
export { suggestion_30 as suggestion };
|
|
308
|
-
let title_30: string;
|
|
309
|
-
export { title_30 as title };
|
|
310
|
-
let emoji_30: string;
|
|
311
|
-
export { emoji_30 as emoji };
|
|
312
|
-
}
|
|
313
|
-
namespace gptDidYouMean {
|
|
314
|
-
let description_31: string;
|
|
315
|
-
export { description_31 as description };
|
|
316
|
-
let suggestion_31: string;
|
|
317
|
-
export { suggestion_31 as suggestion };
|
|
318
|
-
let title_31: string;
|
|
319
|
-
export { title_31 as title };
|
|
320
|
-
let emoji_31: string;
|
|
321
|
-
export { emoji_31 as emoji };
|
|
322
|
-
}
|
|
323
|
-
namespace gptMalware {
|
|
324
|
-
let description_32: string;
|
|
325
|
-
export { description_32 as description };
|
|
326
|
-
let suggestion_32: string;
|
|
327
|
-
export { suggestion_32 as suggestion };
|
|
328
|
-
let title_32: string;
|
|
329
|
-
export { title_32 as title };
|
|
330
|
-
let emoji_32: string;
|
|
331
|
-
export { emoji_32 as emoji };
|
|
332
|
-
}
|
|
333
|
-
namespace gptSecurity {
|
|
334
|
-
let description_33: string;
|
|
335
|
-
export { description_33 as description };
|
|
336
|
-
let suggestion_33: string;
|
|
337
|
-
export { suggestion_33 as suggestion };
|
|
338
|
-
let title_33: string;
|
|
339
|
-
export { title_33 as title };
|
|
340
|
-
let emoji_33: string;
|
|
341
|
-
export { emoji_33 as emoji };
|
|
342
|
-
}
|
|
343
|
-
namespace hasNativeCode {
|
|
344
|
-
let description_34: string;
|
|
345
|
-
export { description_34 as description };
|
|
346
|
-
let suggestion_34: string;
|
|
347
|
-
export { suggestion_34 as suggestion };
|
|
348
|
-
let title_34: string;
|
|
349
|
-
export { title_34 as title };
|
|
350
|
-
let emoji_34: string;
|
|
351
|
-
export { emoji_34 as emoji };
|
|
352
|
-
}
|
|
353
|
-
namespace highEntropyStrings {
|
|
354
|
-
let description_35: string;
|
|
355
|
-
export { description_35 as description };
|
|
356
|
-
let suggestion_35: string;
|
|
357
|
-
export { suggestion_35 as suggestion };
|
|
358
|
-
let title_35: string;
|
|
359
|
-
export { title_35 as title };
|
|
360
|
-
let emoji_35: string;
|
|
361
|
-
export { emoji_35 as emoji };
|
|
362
|
-
}
|
|
363
|
-
namespace homoglyphs {
|
|
364
|
-
let description_36: string;
|
|
365
|
-
export { description_36 as description };
|
|
366
|
-
let suggestion_36: string;
|
|
367
|
-
export { suggestion_36 as suggestion };
|
|
368
|
-
let title_36: string;
|
|
369
|
-
export { title_36 as title };
|
|
370
|
-
let emoji_36: string;
|
|
371
|
-
export { emoji_36 as emoji };
|
|
372
|
-
}
|
|
373
|
-
namespace httpDependency {
|
|
374
|
-
let description_37: string;
|
|
375
|
-
export { description_37 as description };
|
|
376
|
-
let suggestion_37: string;
|
|
377
|
-
export { suggestion_37 as suggestion };
|
|
378
|
-
let title_37: string;
|
|
379
|
-
export { title_37 as title };
|
|
380
|
-
let emoji_37: string;
|
|
381
|
-
export { emoji_37 as emoji };
|
|
382
|
-
}
|
|
383
|
-
namespace installScripts {
|
|
384
|
-
let description_38: string;
|
|
385
|
-
export { description_38 as description };
|
|
386
|
-
let suggestion_38: string;
|
|
387
|
-
export { suggestion_38 as suggestion };
|
|
388
|
-
let title_38: string;
|
|
389
|
-
export { title_38 as title };
|
|
390
|
-
let emoji_38: string;
|
|
391
|
-
export { emoji_38 as emoji };
|
|
392
|
-
}
|
|
393
|
-
namespace invalidPackageJSON {
|
|
394
|
-
let description_39: string;
|
|
395
|
-
export { description_39 as description };
|
|
396
|
-
let suggestion_39: string;
|
|
397
|
-
export { suggestion_39 as suggestion };
|
|
398
|
-
let title_39: string;
|
|
399
|
-
export { title_39 as title };
|
|
400
|
-
let emoji_39: string;
|
|
401
|
-
export { emoji_39 as emoji };
|
|
402
|
-
}
|
|
403
|
-
namespace invisibleChars {
|
|
404
|
-
let description_40: string;
|
|
405
|
-
export { description_40 as description };
|
|
406
|
-
let suggestion_40: string;
|
|
407
|
-
export { suggestion_40 as suggestion };
|
|
408
|
-
let title_40: string;
|
|
409
|
-
export { title_40 as title };
|
|
410
|
-
let emoji_40: string;
|
|
411
|
-
export { emoji_40 as emoji };
|
|
412
|
-
}
|
|
413
|
-
namespace licenseChange {
|
|
414
|
-
let description_41: string;
|
|
415
|
-
export { description_41 as description };
|
|
416
|
-
let suggestion_41: string;
|
|
417
|
-
export { suggestion_41 as suggestion };
|
|
418
|
-
let title_41: string;
|
|
419
|
-
export { title_41 as title };
|
|
420
|
-
let emoji_41: string;
|
|
421
|
-
export { emoji_41 as emoji };
|
|
422
|
-
}
|
|
423
|
-
namespace licenseException {
|
|
424
|
-
let description_42: string;
|
|
425
|
-
export { description_42 as description };
|
|
426
|
-
let suggestion_42: string;
|
|
427
|
-
export { suggestion_42 as suggestion };
|
|
428
|
-
let title_42: string;
|
|
429
|
-
export { title_42 as title };
|
|
430
|
-
let emoji_42: string;
|
|
431
|
-
export { emoji_42 as emoji };
|
|
432
|
-
}
|
|
433
|
-
namespace longStrings {
|
|
434
|
-
let description_43: string;
|
|
435
|
-
export { description_43 as description };
|
|
436
|
-
let suggestion_43: string;
|
|
437
|
-
export { suggestion_43 as suggestion };
|
|
438
|
-
let title_43: string;
|
|
439
|
-
export { title_43 as title };
|
|
440
|
-
let emoji_43: string;
|
|
441
|
-
export { emoji_43 as emoji };
|
|
442
|
-
}
|
|
443
|
-
namespace missingTarball {
|
|
444
|
-
let description_44: string;
|
|
445
|
-
export { description_44 as description };
|
|
446
|
-
let suggestion_44: string;
|
|
447
|
-
export { suggestion_44 as suggestion };
|
|
448
|
-
let title_44: string;
|
|
449
|
-
export { title_44 as title };
|
|
450
|
-
let emoji_44: string;
|
|
451
|
-
export { emoji_44 as emoji };
|
|
452
|
-
}
|
|
453
|
-
namespace majorRefactor {
|
|
454
|
-
let description_45: string;
|
|
455
|
-
export { description_45 as description };
|
|
456
|
-
let suggestion_45: string;
|
|
457
|
-
export { suggestion_45 as suggestion };
|
|
458
|
-
let title_45: string;
|
|
459
|
-
export { title_45 as title };
|
|
460
|
-
let emoji_45: string;
|
|
461
|
-
export { emoji_45 as emoji };
|
|
462
|
-
}
|
|
463
|
-
namespace malware {
|
|
464
|
-
let description_46: string;
|
|
465
|
-
export { description_46 as description };
|
|
466
|
-
let title_46: string;
|
|
467
|
-
export { title_46 as title };
|
|
468
|
-
let suggestion_46: string;
|
|
469
|
-
export { suggestion_46 as suggestion };
|
|
470
|
-
let emoji_46: string;
|
|
471
|
-
export { emoji_46 as emoji };
|
|
472
|
-
}
|
|
473
|
-
namespace manifestConfusion {
|
|
474
|
-
let description_47: string;
|
|
475
|
-
export { description_47 as description };
|
|
476
|
-
let title_47: string;
|
|
477
|
-
export { title_47 as title };
|
|
478
|
-
let suggestion_47: string;
|
|
479
|
-
export { suggestion_47 as suggestion };
|
|
480
|
-
let emoji_47: string;
|
|
481
|
-
export { emoji_47 as emoji };
|
|
482
|
-
}
|
|
483
|
-
namespace mediumCVE {
|
|
484
|
-
let description_48: string;
|
|
485
|
-
export { description_48 as description };
|
|
486
|
-
let suggestion_48: string;
|
|
487
|
-
export { suggestion_48 as suggestion };
|
|
488
|
-
let title_48: string;
|
|
489
|
-
export { title_48 as title };
|
|
490
|
-
let emoji_48: string;
|
|
491
|
-
export { emoji_48 as emoji };
|
|
492
|
-
}
|
|
493
|
-
namespace mildCVE {
|
|
494
|
-
let description_49: string;
|
|
495
|
-
export { description_49 as description };
|
|
496
|
-
let suggestion_49: string;
|
|
497
|
-
export { suggestion_49 as suggestion };
|
|
498
|
-
let title_49: string;
|
|
499
|
-
export { title_49 as title };
|
|
500
|
-
let emoji_49: string;
|
|
501
|
-
export { emoji_49 as emoji };
|
|
502
|
-
}
|
|
503
|
-
namespace minifiedFile {
|
|
504
|
-
let description_50: string;
|
|
505
|
-
export { description_50 as description };
|
|
506
|
-
let suggestion_50: string;
|
|
507
|
-
export { suggestion_50 as suggestion };
|
|
508
|
-
let title_50: string;
|
|
509
|
-
export { title_50 as title };
|
|
510
|
-
let emoji_50: string;
|
|
511
|
-
export { emoji_50 as emoji };
|
|
512
|
-
}
|
|
513
|
-
namespace missingAuthor {
|
|
514
|
-
let description_51: string;
|
|
515
|
-
export { description_51 as description };
|
|
516
|
-
let suggestion_51: string;
|
|
517
|
-
export { suggestion_51 as suggestion };
|
|
518
|
-
let title_51: string;
|
|
519
|
-
export { title_51 as title };
|
|
520
|
-
let emoji_51: string;
|
|
521
|
-
export { emoji_51 as emoji };
|
|
522
|
-
}
|
|
523
|
-
namespace missingDependency {
|
|
524
|
-
let description_52: string;
|
|
525
|
-
export { description_52 as description };
|
|
526
|
-
let suggestion_52: string;
|
|
527
|
-
export { suggestion_52 as suggestion };
|
|
528
|
-
let title_52: string;
|
|
529
|
-
export { title_52 as title };
|
|
530
|
-
let emoji_52: string;
|
|
531
|
-
export { emoji_52 as emoji };
|
|
532
|
-
}
|
|
533
|
-
namespace missingLicense {
|
|
534
|
-
let description_53: string;
|
|
535
|
-
export { description_53 as description };
|
|
536
|
-
let suggestion_53: string;
|
|
537
|
-
export { suggestion_53 as suggestion };
|
|
538
|
-
let title_53: string;
|
|
539
|
-
export { title_53 as title };
|
|
540
|
-
let emoji_53: string;
|
|
541
|
-
export { emoji_53 as emoji };
|
|
542
|
-
}
|
|
543
|
-
namespace mixedLicense {
|
|
544
|
-
let description_54: string;
|
|
545
|
-
export { description_54 as description };
|
|
546
|
-
let suggestion_54: string;
|
|
547
|
-
export { suggestion_54 as suggestion };
|
|
548
|
-
let title_54: string;
|
|
549
|
-
export { title_54 as title };
|
|
550
|
-
let emoji_54: string;
|
|
551
|
-
export { emoji_54 as emoji };
|
|
552
|
-
}
|
|
553
|
-
namespace ambiguousClassifier {
|
|
554
|
-
let description_55: string;
|
|
555
|
-
export { description_55 as description };
|
|
556
|
-
let suggestion_55: string;
|
|
557
|
-
export { suggestion_55 as suggestion };
|
|
558
|
-
let title_55: string;
|
|
559
|
-
export { title_55 as title };
|
|
560
|
-
let emoji_55: string;
|
|
561
|
-
export { emoji_55 as emoji };
|
|
562
|
-
}
|
|
563
|
-
namespace modifiedException {
|
|
564
|
-
let description_56: string;
|
|
565
|
-
export { description_56 as description };
|
|
566
|
-
let suggestion_56: string;
|
|
567
|
-
export { suggestion_56 as suggestion };
|
|
568
|
-
let title_56: string;
|
|
569
|
-
export { title_56 as title };
|
|
570
|
-
let emoji_56: string;
|
|
571
|
-
export { emoji_56 as emoji };
|
|
572
|
-
}
|
|
573
|
-
namespace modifiedLicense {
|
|
574
|
-
let description_57: string;
|
|
575
|
-
export { description_57 as description };
|
|
576
|
-
let suggestion_57: string;
|
|
577
|
-
export { suggestion_57 as suggestion };
|
|
578
|
-
let title_57: string;
|
|
579
|
-
export { title_57 as title };
|
|
580
|
-
let emoji_57: string;
|
|
581
|
-
export { emoji_57 as emoji };
|
|
582
|
-
}
|
|
583
|
-
namespace networkAccess {
|
|
584
|
-
let description_58: string;
|
|
585
|
-
export { description_58 as description };
|
|
586
|
-
let suggestion_58: string;
|
|
587
|
-
export { suggestion_58 as suggestion };
|
|
588
|
-
let title_58: string;
|
|
589
|
-
export { title_58 as title };
|
|
590
|
-
let emoji_58: string;
|
|
591
|
-
export { emoji_58 as emoji };
|
|
592
|
-
}
|
|
593
|
-
namespace newAuthor {
|
|
594
|
-
let description_59: string;
|
|
595
|
-
export { description_59 as description };
|
|
596
|
-
let suggestion_59: string;
|
|
597
|
-
export { suggestion_59 as suggestion };
|
|
598
|
-
let title_59: string;
|
|
599
|
-
export { title_59 as title };
|
|
600
|
-
let emoji_59: string;
|
|
601
|
-
export { emoji_59 as emoji };
|
|
602
|
-
}
|
|
603
|
-
namespace noAuthorData {
|
|
604
|
-
let description_60: string;
|
|
605
|
-
export { description_60 as description };
|
|
606
|
-
let suggestion_60: string;
|
|
607
|
-
export { suggestion_60 as suggestion };
|
|
608
|
-
let title_60: string;
|
|
609
|
-
export { title_60 as title };
|
|
610
|
-
let emoji_60: string;
|
|
611
|
-
export { emoji_60 as emoji };
|
|
612
|
-
}
|
|
613
|
-
namespace noBugTracker {
|
|
614
|
-
let description_61: string;
|
|
615
|
-
export { description_61 as description };
|
|
616
|
-
let suggestion_61: string;
|
|
617
|
-
export { suggestion_61 as suggestion };
|
|
618
|
-
let title_61: string;
|
|
619
|
-
export { title_61 as title };
|
|
620
|
-
let emoji_61: string;
|
|
621
|
-
export { emoji_61 as emoji };
|
|
622
|
-
}
|
|
623
|
-
namespace noREADME {
|
|
624
|
-
let description_62: string;
|
|
625
|
-
export { description_62 as description };
|
|
626
|
-
let suggestion_62: string;
|
|
627
|
-
export { suggestion_62 as suggestion };
|
|
628
|
-
let title_62: string;
|
|
629
|
-
export { title_62 as title };
|
|
630
|
-
let emoji_62: string;
|
|
631
|
-
export { emoji_62 as emoji };
|
|
632
|
-
}
|
|
633
|
-
namespace noRepository {
|
|
634
|
-
let description_63: string;
|
|
635
|
-
export { description_63 as description };
|
|
636
|
-
let suggestion_63: string;
|
|
637
|
-
export { suggestion_63 as suggestion };
|
|
638
|
-
let title_63: string;
|
|
639
|
-
export { title_63 as title };
|
|
640
|
-
let emoji_63: string;
|
|
641
|
-
export { emoji_63 as emoji };
|
|
642
|
-
}
|
|
643
|
-
namespace noTests {
|
|
644
|
-
let description_64: string;
|
|
645
|
-
export { description_64 as description };
|
|
646
|
-
let suggestion_64: string;
|
|
647
|
-
export { suggestion_64 as suggestion };
|
|
648
|
-
let title_64: string;
|
|
649
|
-
export { title_64 as title };
|
|
650
|
-
let emoji_64: string;
|
|
651
|
-
export { emoji_64 as emoji };
|
|
652
|
-
}
|
|
653
|
-
namespace noV1 {
|
|
654
|
-
let description_65: string;
|
|
655
|
-
export { description_65 as description };
|
|
656
|
-
let suggestion_65: string;
|
|
657
|
-
export { suggestion_65 as suggestion };
|
|
658
|
-
let title_65: string;
|
|
659
|
-
export { title_65 as title };
|
|
660
|
-
let emoji_65: string;
|
|
661
|
-
export { emoji_65 as emoji };
|
|
662
|
-
}
|
|
663
|
-
namespace noWebsite {
|
|
664
|
-
let description_66: string;
|
|
665
|
-
export { description_66 as description };
|
|
666
|
-
let suggestion_66: string;
|
|
667
|
-
export { suggestion_66 as suggestion };
|
|
668
|
-
let title_66: string;
|
|
669
|
-
export { title_66 as title };
|
|
670
|
-
let emoji_66: string;
|
|
671
|
-
export { emoji_66 as emoji };
|
|
672
|
-
}
|
|
673
|
-
namespace nonFSFLicense {
|
|
674
|
-
let description_67: string;
|
|
675
|
-
export { description_67 as description };
|
|
676
|
-
let title_67: string;
|
|
677
|
-
export { title_67 as title };
|
|
678
|
-
let suggestion_67: string;
|
|
679
|
-
export { suggestion_67 as suggestion };
|
|
680
|
-
let emoji_67: string;
|
|
681
|
-
export { emoji_67 as emoji };
|
|
682
|
-
}
|
|
683
|
-
namespace nonOSILicense {
|
|
684
|
-
let description_68: string;
|
|
685
|
-
export { description_68 as description };
|
|
686
|
-
let title_68: string;
|
|
687
|
-
export { title_68 as title };
|
|
688
|
-
let suggestion_68: string;
|
|
689
|
-
export { suggestion_68 as suggestion };
|
|
690
|
-
let emoji_68: string;
|
|
691
|
-
export { emoji_68 as emoji };
|
|
692
|
-
}
|
|
693
|
-
namespace nonSPDXLicense {
|
|
694
|
-
let description_69: string;
|
|
695
|
-
export { description_69 as description };
|
|
696
|
-
let suggestion_69: string;
|
|
697
|
-
export { suggestion_69 as suggestion };
|
|
698
|
-
let title_69: string;
|
|
699
|
-
export { title_69 as title };
|
|
700
|
-
let emoji_69: string;
|
|
701
|
-
export { emoji_69 as emoji };
|
|
702
|
-
}
|
|
703
|
-
namespace notice {
|
|
704
|
-
let description_70: string;
|
|
705
|
-
export { description_70 as description };
|
|
706
|
-
let title_70: string;
|
|
707
|
-
export { title_70 as title };
|
|
708
|
-
let suggestion_70: string;
|
|
709
|
-
export { suggestion_70 as suggestion };
|
|
710
|
-
let emoji_70: string;
|
|
711
|
-
export { emoji_70 as emoji };
|
|
712
|
-
}
|
|
713
|
-
namespace obfuscatedFile {
|
|
714
|
-
let description_71: string;
|
|
715
|
-
export { description_71 as description };
|
|
716
|
-
let suggestion_71: string;
|
|
717
|
-
export { suggestion_71 as suggestion };
|
|
718
|
-
let title_71: string;
|
|
719
|
-
export { title_71 as title };
|
|
720
|
-
let emoji_71: string;
|
|
721
|
-
export { emoji_71 as emoji };
|
|
722
|
-
}
|
|
723
|
-
namespace obfuscatedRequire {
|
|
724
|
-
let description_72: string;
|
|
725
|
-
export { description_72 as description };
|
|
726
|
-
let suggestion_72: string;
|
|
727
|
-
export { suggestion_72 as suggestion };
|
|
728
|
-
let title_72: string;
|
|
729
|
-
export { title_72 as title };
|
|
730
|
-
let emoji_72: string;
|
|
731
|
-
export { emoji_72 as emoji };
|
|
732
|
-
}
|
|
733
|
-
namespace peerDependency {
|
|
734
|
-
let description_73: string;
|
|
735
|
-
export { description_73 as description };
|
|
736
|
-
let suggestion_73: string;
|
|
737
|
-
export { suggestion_73 as suggestion };
|
|
738
|
-
let title_73: string;
|
|
739
|
-
export { title_73 as title };
|
|
740
|
-
let emoji_73: string;
|
|
741
|
-
export { emoji_73 as emoji };
|
|
742
|
-
}
|
|
743
|
-
namespace potentialVulnerability {
|
|
744
|
-
let description_74: string;
|
|
745
|
-
export { description_74 as description };
|
|
746
|
-
let suggestion_74: string;
|
|
747
|
-
export { suggestion_74 as suggestion };
|
|
748
|
-
let title_74: string;
|
|
749
|
-
export { title_74 as title };
|
|
750
|
-
let emoji_74: string;
|
|
751
|
-
export { emoji_74 as emoji };
|
|
752
|
-
}
|
|
753
|
-
namespace semverAnomaly {
|
|
754
|
-
let description_75: string;
|
|
755
|
-
export { description_75 as description };
|
|
756
|
-
let suggestion_75: string;
|
|
757
|
-
export { suggestion_75 as suggestion };
|
|
758
|
-
let title_75: string;
|
|
759
|
-
export { title_75 as title };
|
|
760
|
-
let emoji_75: string;
|
|
761
|
-
export { emoji_75 as emoji };
|
|
762
|
-
}
|
|
763
|
-
namespace shellAccess {
|
|
764
|
-
let description_76: string;
|
|
765
|
-
export { description_76 as description };
|
|
766
|
-
let suggestion_76: string;
|
|
767
|
-
export { suggestion_76 as suggestion };
|
|
768
|
-
let title_76: string;
|
|
769
|
-
export { title_76 as title };
|
|
770
|
-
let emoji_76: string;
|
|
771
|
-
export { emoji_76 as emoji };
|
|
772
|
-
}
|
|
773
|
-
namespace shellScriptOverride {
|
|
774
|
-
let description_77: string;
|
|
775
|
-
export { description_77 as description };
|
|
776
|
-
let suggestion_77: string;
|
|
777
|
-
export { suggestion_77 as suggestion };
|
|
778
|
-
let title_77: string;
|
|
779
|
-
export { title_77 as title };
|
|
780
|
-
let emoji_77: string;
|
|
781
|
-
export { emoji_77 as emoji };
|
|
782
|
-
}
|
|
783
|
-
namespace shrinkwrap {
|
|
784
|
-
let description_78: string;
|
|
785
|
-
export { description_78 as description };
|
|
786
|
-
let suggestion_78: string;
|
|
787
|
-
export { suggestion_78 as suggestion };
|
|
788
|
-
let title_78: string;
|
|
789
|
-
export { title_78 as title };
|
|
790
|
-
let emoji_78: string;
|
|
791
|
-
export { emoji_78 as emoji };
|
|
792
|
-
}
|
|
793
|
-
namespace socketUpgradeAvailable {
|
|
794
|
-
let description_79: string;
|
|
795
|
-
export { description_79 as description };
|
|
796
|
-
let suggestion_79: string;
|
|
797
|
-
export { suggestion_79 as suggestion };
|
|
798
|
-
let title_79: string;
|
|
799
|
-
export { title_79 as title };
|
|
800
|
-
let emoji_79: string;
|
|
801
|
-
export { emoji_79 as emoji };
|
|
802
|
-
}
|
|
803
|
-
namespace suspiciousStarActivity {
|
|
804
|
-
let description_80: string;
|
|
805
|
-
export { description_80 as description };
|
|
806
|
-
let title_80: string;
|
|
807
|
-
export { title_80 as title };
|
|
808
|
-
let suggestion_80: string;
|
|
809
|
-
export { suggestion_80 as suggestion };
|
|
810
|
-
let emoji_80: string;
|
|
811
|
-
export { emoji_80 as emoji };
|
|
812
|
-
}
|
|
813
|
-
namespace suspiciousString {
|
|
814
|
-
let description_81: string;
|
|
815
|
-
export { description_81 as description };
|
|
816
|
-
let suggestion_81: string;
|
|
817
|
-
export { suggestion_81 as suggestion };
|
|
818
|
-
let title_81: string;
|
|
819
|
-
export { title_81 as title };
|
|
820
|
-
let emoji_81: string;
|
|
821
|
-
export { emoji_81 as emoji };
|
|
822
|
-
}
|
|
823
|
-
namespace telemetry {
|
|
824
|
-
let description_82: string;
|
|
825
|
-
export { description_82 as description };
|
|
826
|
-
let title_82: string;
|
|
827
|
-
export { title_82 as title };
|
|
828
|
-
let suggestion_82: string;
|
|
829
|
-
export { suggestion_82 as suggestion };
|
|
830
|
-
let emoji_82: string;
|
|
831
|
-
export { emoji_82 as emoji };
|
|
832
|
-
}
|
|
833
|
-
namespace trivialPackage {
|
|
834
|
-
let description_83: string;
|
|
835
|
-
export { description_83 as description };
|
|
836
|
-
let suggestion_83: string;
|
|
837
|
-
export { suggestion_83 as suggestion };
|
|
838
|
-
let title_83: string;
|
|
839
|
-
export { title_83 as title };
|
|
840
|
-
let emoji_83: string;
|
|
841
|
-
export { emoji_83 as emoji };
|
|
842
|
-
}
|
|
843
|
-
namespace troll {
|
|
844
|
-
let description_84: string;
|
|
845
|
-
export { description_84 as description };
|
|
846
|
-
let title_84: string;
|
|
847
|
-
export { title_84 as title };
|
|
848
|
-
let suggestion_84: string;
|
|
849
|
-
export { suggestion_84 as suggestion };
|
|
850
|
-
let emoji_84: string;
|
|
851
|
-
export { emoji_84 as emoji };
|
|
852
|
-
}
|
|
853
|
-
namespace typeModuleCompatibility {
|
|
854
|
-
let description_85: string;
|
|
855
|
-
export { description_85 as description };
|
|
856
|
-
let suggestion_85: string;
|
|
857
|
-
export { suggestion_85 as suggestion };
|
|
858
|
-
let title_85: string;
|
|
859
|
-
export { title_85 as title };
|
|
860
|
-
let emoji_85: string;
|
|
861
|
-
export { emoji_85 as emoji };
|
|
862
|
-
}
|
|
863
|
-
namespace uncaughtOptionalDependency {
|
|
864
|
-
let description_86: string;
|
|
865
|
-
export { description_86 as description };
|
|
866
|
-
let suggestion_86: string;
|
|
867
|
-
export { suggestion_86 as suggestion };
|
|
868
|
-
let title_86: string;
|
|
869
|
-
export { title_86 as title };
|
|
870
|
-
let emoji_86: string;
|
|
871
|
-
export { emoji_86 as emoji };
|
|
872
|
-
}
|
|
873
|
-
namespace unclearLicense {
|
|
874
|
-
let description_87: string;
|
|
875
|
-
export { description_87 as description };
|
|
876
|
-
let suggestion_87: string;
|
|
877
|
-
export { suggestion_87 as suggestion };
|
|
878
|
-
let title_87: string;
|
|
879
|
-
export { title_87 as title };
|
|
880
|
-
let emoji_87: string;
|
|
881
|
-
export { emoji_87 as emoji };
|
|
882
|
-
}
|
|
883
|
-
namespace unmaintained {
|
|
884
|
-
let description_88: string;
|
|
885
|
-
export { description_88 as description };
|
|
886
|
-
let suggestion_88: string;
|
|
887
|
-
export { suggestion_88 as suggestion };
|
|
888
|
-
let title_88: string;
|
|
889
|
-
export { title_88 as title };
|
|
890
|
-
let emoji_88: string;
|
|
891
|
-
export { emoji_88 as emoji };
|
|
892
|
-
}
|
|
893
|
-
namespace unpopularPackage {
|
|
894
|
-
let description_89: string;
|
|
895
|
-
export { description_89 as description };
|
|
896
|
-
let suggestion_89: string;
|
|
897
|
-
export { suggestion_89 as suggestion };
|
|
898
|
-
let title_89: string;
|
|
899
|
-
export { title_89 as title };
|
|
900
|
-
let emoji_89: string;
|
|
901
|
-
export { emoji_89 as emoji };
|
|
902
|
-
}
|
|
903
|
-
namespace unpublished {
|
|
904
|
-
let description_90: string;
|
|
905
|
-
export { description_90 as description };
|
|
906
|
-
let suggestion_90: string;
|
|
907
|
-
export { suggestion_90 as suggestion };
|
|
908
|
-
let title_90: string;
|
|
909
|
-
export { title_90 as title };
|
|
910
|
-
let emoji_90: string;
|
|
911
|
-
export { emoji_90 as emoji };
|
|
912
|
-
}
|
|
913
|
-
namespace unresolvedRequire {
|
|
914
|
-
let description_91: string;
|
|
915
|
-
export { description_91 as description };
|
|
916
|
-
let suggestion_91: string;
|
|
917
|
-
export { suggestion_91 as suggestion };
|
|
918
|
-
let title_91: string;
|
|
919
|
-
export { title_91 as title };
|
|
920
|
-
let emoji_91: string;
|
|
921
|
-
export { emoji_91 as emoji };
|
|
922
|
-
}
|
|
923
|
-
namespace unsafeCopyright {
|
|
924
|
-
let description_92: string;
|
|
925
|
-
export { description_92 as description };
|
|
926
|
-
let suggestion_92: string;
|
|
927
|
-
export { suggestion_92 as suggestion };
|
|
928
|
-
let title_92: string;
|
|
929
|
-
export { title_92 as title };
|
|
930
|
-
let emoji_92: string;
|
|
931
|
-
export { emoji_92 as emoji };
|
|
932
|
-
}
|
|
933
|
-
namespace unstableOwnership {
|
|
934
|
-
let description_93: string;
|
|
935
|
-
export { description_93 as description };
|
|
936
|
-
let suggestion_93: string;
|
|
937
|
-
export { suggestion_93 as suggestion };
|
|
938
|
-
let title_93: string;
|
|
939
|
-
export { title_93 as title };
|
|
940
|
-
let emoji_93: string;
|
|
941
|
-
export { emoji_93 as emoji };
|
|
942
|
-
}
|
|
943
|
-
namespace unusedDependency {
|
|
944
|
-
let description_94: string;
|
|
945
|
-
export { description_94 as description };
|
|
946
|
-
let suggestion_94: string;
|
|
947
|
-
export { suggestion_94 as suggestion };
|
|
948
|
-
let title_94: string;
|
|
949
|
-
export { title_94 as title };
|
|
950
|
-
let emoji_94: string;
|
|
951
|
-
export { emoji_94 as emoji };
|
|
952
|
-
}
|
|
953
|
-
namespace urlStrings {
|
|
954
|
-
let description_95: string;
|
|
955
|
-
export { description_95 as description };
|
|
956
|
-
let suggestion_95: string;
|
|
957
|
-
export { suggestion_95 as suggestion };
|
|
958
|
-
let title_95: string;
|
|
959
|
-
export { title_95 as title };
|
|
960
|
-
let emoji_95: string;
|
|
961
|
-
export { emoji_95 as emoji };
|
|
962
|
-
}
|
|
963
|
-
namespace usesEval {
|
|
964
|
-
let description_96: string;
|
|
965
|
-
export { description_96 as description };
|
|
966
|
-
let suggestion_96: string;
|
|
967
|
-
export { suggestion_96 as suggestion };
|
|
968
|
-
let title_96: string;
|
|
969
|
-
export { title_96 as title };
|
|
970
|
-
let emoji_96: string;
|
|
971
|
-
export { emoji_96 as emoji };
|
|
972
|
-
}
|
|
973
|
-
namespace zeroWidth {
|
|
974
|
-
let description_97: string;
|
|
975
|
-
export { description_97 as description };
|
|
976
|
-
let suggestion_97: string;
|
|
977
|
-
export { suggestion_97 as suggestion };
|
|
978
|
-
let title_97: string;
|
|
979
|
-
export { title_97 as title };
|
|
980
|
-
let emoji_97: string;
|
|
981
|
-
export { emoji_97 as emoji };
|
|
982
|
-
}
|
|
983
|
-
}
|
|
984
|
-
type Packument = Exclude<Awaited<ReturnType<typeof fetchPackagePackument>>, null>;
|
|
985
|
-
type SocketPackageAlert = {
|
|
986
|
-
key: string;
|
|
987
|
-
type: string;
|
|
988
|
-
name: string;
|
|
989
|
-
version: string;
|
|
990
|
-
block: boolean;
|
|
991
|
-
fixable: boolean;
|
|
992
|
-
raw: any;
|
|
993
|
-
};
|
|
994
|
-
declare function findPackageNodes(tree: SafeNode, packageName: string): SafeNode[];
|
|
995
|
-
declare function updateNode(node: SafeNode, packument: Packument, vulnerableVersionRange?: string, firstPatchedVersionIdentifier?: string | undefined): boolean;
|
|
996
|
-
type GetPackageAlertsOptions = {
|
|
997
|
-
output?: Writable | undefined;
|
|
998
|
-
consolidate?: boolean | undefined;
|
|
999
|
-
includeExisting?: boolean | undefined;
|
|
1000
|
-
includeUnfixable?: boolean | undefined;
|
|
1001
|
-
includeUpgrades?: boolean | undefined;
|
|
1002
|
-
};
|
|
1003
|
-
declare function getPackagesAlerts(arb: SafeArborist, options?: GetPackageAlertsOptions | undefined): Promise<SocketPackageAlert[]>;
|
|
1004
|
-
type CveInfoByPackage = Map<string, Array<{
|
|
1005
|
-
firstPatchedVersionIdentifier: string;
|
|
1006
|
-
vulnerableVersionRange: string;
|
|
1007
|
-
}>>;
|
|
1008
|
-
type GetCveInfoByPackageOptions = {
|
|
1009
|
-
excludeUpgrades?: boolean | undefined;
|
|
1010
|
-
};
|
|
1011
|
-
declare function getCveInfoByPackage(alerts: SocketPackageAlert[], options?: GetCveInfoByPackageOptions | undefined): CveInfoByPackage | null;
|
|
1012
|
-
declare function updateAdvisoryNodes(arb: SafeArborist, alerts: SocketPackageAlert[]): Promise<void>;
|
|
1013
|
-
declare function updateSocketRegistryNodes(arb: SafeArborist): Promise<void>;
|
|
1014
|
-
declare const kCtorArgs: unique symbol;
|
|
1015
|
-
declare const kRiskyReify: unique symbol;
|
|
1016
|
-
type SafeArborist = ArboristClass & {
|
|
1017
|
-
[kRiskyReify](options?: ArboristReifyOptions): Promise<SafeNode>;
|
|
1018
|
-
};
|
|
1019
|
-
declare function reify(arb: SafeArborist, args: Parameters<InstanceType<ArboristClass>['reify']>, level?: number): Promise<SafeNode>;
|
|
1020
|
-
export { alerts, findPackageNodes, updateNode, getPackagesAlerts, getCveInfoByPackage, updateAdvisoryNodes, updateSocketRegistryNodes, kCtorArgs, kRiskyReify, reify };
|