scan-compromised 1.1.181 → 1.1.183

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.
Files changed (2) hide show
  1. package/data/threats.json +35 -1
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -554,6 +554,8 @@
554
554
  "1.2.7",
555
555
  "1.2.8",
556
556
  "1.2.9",
557
+ "18.0.0",
558
+ "18.0.1",
557
559
  "2.0.0",
558
560
  "2.0.1",
559
561
  "2.0.2",
@@ -3206,7 +3208,12 @@
3206
3208
  "1.123.25",
3207
3209
  "1.123.26",
3208
3210
  "1.123.27",
3211
+ "1.123.28",
3212
+ "1.123.29",
3209
3213
  "1.123.3",
3214
+ "1.123.30",
3215
+ "1.123.31",
3216
+ "1.123.32",
3210
3217
  "1.123.4",
3211
3218
  "1.123.5",
3212
3219
  "1.123.5-exp.0",
@@ -3528,7 +3535,22 @@
3528
3535
  "2.13.0",
3529
3536
  "2.13.1",
3530
3537
  "2.13.2",
3538
+ "2.13.3",
3539
+ "2.13.4",
3531
3540
  "2.14.0",
3541
+ "2.14.1",
3542
+ "2.14.2",
3543
+ "2.15.0",
3544
+ "2.15.1",
3545
+ "2.16.0",
3546
+ "2.16.1",
3547
+ "2.16.2",
3548
+ "2.17.0",
3549
+ "2.17.1",
3550
+ "2.17.2",
3551
+ "2.17.3",
3552
+ "2.17.4",
3553
+ "2.18.0",
3532
3554
  "2.2.0",
3533
3555
  "2.2.1",
3534
3556
  "2.2.2",
@@ -331770,6 +331792,7 @@
331770
331792
  "2026.4.19-beta.1",
331771
331793
  "2026.4.19-beta.2",
331772
331794
  "2026.4.2",
331795
+ "2026.4.20",
331773
331796
  "2026.4.20-beta.1",
331774
331797
  "2026.4.20-beta.2",
331775
331798
  "2026.4.5",
@@ -356869,7 +356892,18 @@
356869
356892
  ],
356870
356893
  "@anthropic-ai/sdk": [
356871
356894
  "0.79.0",
356872
- "0.80.0"
356895
+ "0.80.0",
356896
+ "0.81.0",
356897
+ "0.82.0",
356898
+ "0.84.0",
356899
+ "0.85.0",
356900
+ "0.86.0",
356901
+ "0.86.1",
356902
+ "0.87.0",
356903
+ "0.88.0",
356904
+ "0.89.0",
356905
+ "0.90.0",
356906
+ "0.91.0"
356873
356907
  ],
356874
356908
  "telejson": [
356875
356909
  "1.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.181",
3
+ "version": "1.1.183",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",