scan-compromised 1.1.186 → 1.1.187

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/data/threats.json CHANGED
@@ -3691,6 +3691,8 @@
3691
3691
  "1.13.5",
3692
3692
  "1.13.6",
3693
3693
  "1.14.0",
3694
+ "1.15.0",
3695
+ "1.15.1",
3694
3696
  "1.2.0",
3695
3697
  "1.2.0-alpha.1",
3696
3698
  "1.2.1",
@@ -135465,6 +135467,7 @@
135465
135467
  "6.11.3",
135466
135468
  "6.11.4",
135467
135469
  "6.11.5",
135470
+ "6.11.6",
135468
135471
  "6.2.0",
135469
135472
  "6.2.1",
135470
135473
  "6.3.0",
@@ -173908,6 +173911,9 @@
173908
173911
  "3.1.0",
173909
173912
  "3.10.0",
173910
173913
  "3.10.1",
173914
+ "3.10.2",
173915
+ "3.10.3",
173916
+ "3.10.4",
173911
173917
  "3.2.0",
173912
173918
  "3.3.0",
173913
173919
  "3.3.1",
@@ -342510,6 +342516,7 @@
342510
342516
  "2026.4.20",
342511
342517
  "2026.4.20-beta.1",
342512
342518
  "2026.4.20-beta.2",
342519
+ "2026.4.21",
342513
342520
  "2026.4.5",
342514
342521
  "2026.4.7",
342515
342522
  "2026.4.7-1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.186",
3
+ "version": "1.1.187",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",