scan-compromised 1.1.170 → 1.1.172

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 +50 -1
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -10552,8 +10552,27 @@
10552
10552
  "2.1.50",
10553
10553
  "2.1.51",
10554
10554
  "2.1.52",
10555
+ "2.1.53",
10556
+ "2.1.54",
10557
+ "2.1.55",
10558
+ "2.1.56",
10559
+ "2.1.58",
10560
+ "2.1.59",
10555
10561
  "2.1.6",
10562
+ "2.1.61",
10563
+ "2.1.62",
10564
+ "2.1.63",
10565
+ "2.1.64",
10566
+ "2.1.66",
10567
+ "2.1.67",
10568
+ "2.1.68",
10569
+ "2.1.69",
10556
10570
  "2.1.7",
10571
+ "2.1.70",
10572
+ "2.1.71",
10573
+ "2.1.72",
10574
+ "2.1.73",
10575
+ "2.1.74",
10557
10576
  "2.1.8",
10558
10577
  "2.1.9"
10559
10578
  ],
@@ -331214,6 +331233,7 @@
331214
331233
  "1.10.1",
331215
331234
  "1.10.2",
331216
331235
  "1.10.3",
331236
+ "1.10.4",
331217
331237
  "1.2.0",
331218
331238
  "1.2.1",
331219
331239
  "1.2.2",
@@ -331233,7 +331253,9 @@
331233
331253
  "1.8.0",
331234
331254
  "1.9.0",
331235
331255
  "1.9.1",
331236
- "2.0.0"
331256
+ "2.0.0",
331257
+ "2.0.1",
331258
+ "2.1.0"
331237
331259
  ],
331238
331260
  "@coding-solo/godot-mcp": [],
331239
331261
  "openclaw": [
@@ -331306,6 +331328,15 @@
331306
331328
  "2026.3.8-beta.1",
331307
331329
  "2026.4.1",
331308
331330
  "2026.4.1-beta.1",
331331
+ "2026.4.10",
331332
+ "2026.4.11",
331333
+ "2026.4.11-beta.1",
331334
+ "2026.4.12",
331335
+ "2026.4.12-beta.1",
331336
+ "2026.4.14",
331337
+ "2026.4.14-beta.1",
331338
+ "2026.4.15-beta.1",
331339
+ "2026.4.15-beta.2",
331309
331340
  "2026.4.2",
331310
331341
  "2026.4.5",
331311
331342
  "2026.4.7",
@@ -368891,5 +368922,23 @@
368891
368922
  "0.2.9-beta.2",
368892
368923
  "0.2.9-beta.3",
368893
368924
  "0.2.9-beta.4"
368925
+ ],
368926
+ "math-codegen": [
368927
+ "0.1.0",
368928
+ "0.2.0",
368929
+ "0.2.1",
368930
+ "0.2.2",
368931
+ "0.2.3",
368932
+ "0.2.4",
368933
+ "0.2.5",
368934
+ "0.3.0",
368935
+ "0.3.1",
368936
+ "0.3.2",
368937
+ "0.3.3",
368938
+ "0.3.4",
368939
+ "0.3.5",
368940
+ "0.4.0",
368941
+ "0.4.1",
368942
+ "0.4.2"
368894
368943
  ]
368895
368944
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.170",
3
+ "version": "1.1.172",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",