scan-compromised 1.1.23 → 1.1.24

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 +112 -0
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -76538,6 +76538,56 @@
76538
76538
  "1.13.1",
76539
76539
  "1.13.2",
76540
76540
  "1.130.0",
76541
+ "1.130.1",
76542
+ "1.131.0",
76543
+ "1.131.1",
76544
+ "1.131.2",
76545
+ "1.131.3",
76546
+ "1.131.4",
76547
+ "1.132.0",
76548
+ "1.132.1",
76549
+ "1.132.10",
76550
+ "1.132.11",
76551
+ "1.132.12",
76552
+ "1.132.13",
76553
+ "1.132.14",
76554
+ "1.132.15",
76555
+ "1.132.16",
76556
+ "1.132.17",
76557
+ "1.132.18",
76558
+ "1.132.19",
76559
+ "1.132.2",
76560
+ "1.132.3",
76561
+ "1.132.4",
76562
+ "1.132.5",
76563
+ "1.132.6",
76564
+ "1.132.7",
76565
+ "1.132.8",
76566
+ "1.132.9",
76567
+ "1.133.0",
76568
+ "1.133.1",
76569
+ "1.133.2",
76570
+ "1.133.3",
76571
+ "1.133.4",
76572
+ "1.133.5",
76573
+ "1.133.6",
76574
+ "1.134.0",
76575
+ "1.134.1",
76576
+ "1.134.2",
76577
+ "1.134.3",
76578
+ "1.134.4",
76579
+ "1.134.5",
76580
+ "1.134.6",
76581
+ "1.134.7",
76582
+ "1.135.0",
76583
+ "1.135.1",
76584
+ "1.135.2",
76585
+ "1.135.3",
76586
+ "1.135.4",
76587
+ "1.135.5",
76588
+ "1.135.6",
76589
+ "1.136.0",
76590
+ "1.136.1",
76541
76591
  "1.14.0",
76542
76592
  "1.14.1",
76543
76593
  "1.14.10",
@@ -260492,5 +260542,67 @@
260492
260542
  "5.8.0",
260493
260543
  "5.8.1",
260494
260544
  "5.9.0"
260545
+ ],
260546
+ "mammoth": [
260547
+ "0.3.25",
260548
+ "0.3.26",
260549
+ "0.3.27",
260550
+ "0.3.28",
260551
+ "0.3.28-pre.1",
260552
+ "0.3.29",
260553
+ "0.3.30",
260554
+ "0.3.31",
260555
+ "0.3.32",
260556
+ "0.3.33",
260557
+ "1.0.0",
260558
+ "1.0.1",
260559
+ "1.0.2",
260560
+ "1.0.3",
260561
+ "1.0.4",
260562
+ "1.1.0",
260563
+ "1.10.0",
260564
+ "1.2.0",
260565
+ "1.2.1",
260566
+ "1.2.2",
260567
+ "1.2.3",
260568
+ "1.2.4",
260569
+ "1.2.5",
260570
+ "1.3.0",
260571
+ "1.3.1",
260572
+ "1.3.2",
260573
+ "1.3.3",
260574
+ "1.3.4",
260575
+ "1.3.5",
260576
+ "1.3.6",
260577
+ "1.4.0",
260578
+ "1.4.1",
260579
+ "1.4.10",
260580
+ "1.4.11",
260581
+ "1.4.12",
260582
+ "1.4.13",
260583
+ "1.4.14",
260584
+ "1.4.15",
260585
+ "1.4.16",
260586
+ "1.4.17",
260587
+ "1.4.18",
260588
+ "1.4.19",
260589
+ "1.4.2",
260590
+ "1.4.21",
260591
+ "1.4.3",
260592
+ "1.4.4",
260593
+ "1.4.5",
260594
+ "1.4.6",
260595
+ "1.4.7",
260596
+ "1.4.8",
260597
+ "1.4.9",
260598
+ "1.5.0",
260599
+ "1.5.1",
260600
+ "1.6.0",
260601
+ "1.7.0",
260602
+ "1.7.1",
260603
+ "1.7.2",
260604
+ "1.8.0",
260605
+ "1.9.0",
260606
+ "1.9.1"
260495
260607
  ]
260496
260608
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",