scan-compromised 1.1.113 → 1.1.114

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 +45 -0
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -316475,5 +316475,50 @@
316475
316475
  "0.4.3-rc.0",
316476
316476
  "0.4.4",
316477
316477
  "0.4.5"
316478
+ ],
316479
+ "@capgo/capacitor-native-biometric": [
316480
+ "5.0.0",
316481
+ "5.0.1",
316482
+ "5.1.0",
316483
+ "5.1.1",
316484
+ "6.0.0",
316485
+ "6.0.1",
316486
+ "6.0.2",
316487
+ "6.0.3",
316488
+ "6.0.4",
316489
+ "7.1.1",
316490
+ "7.1.12",
316491
+ "7.1.13",
316492
+ "7.1.14",
316493
+ "7.1.15",
316494
+ "7.1.16",
316495
+ "7.1.2",
316496
+ "7.1.6",
316497
+ "7.1.7",
316498
+ "7.3.1",
316499
+ "7.3.2",
316500
+ "7.4.0",
316501
+ "7.4.1",
316502
+ "7.4.2",
316503
+ "7.4.3",
316504
+ "7.4.4",
316505
+ "7.5.0",
316506
+ "7.5.1",
316507
+ "7.5.3",
316508
+ "7.5.4",
316509
+ "7.6.0",
316510
+ "8.0.1",
316511
+ "8.0.2",
316512
+ "8.0.3",
316513
+ "8.0.4",
316514
+ "8.0.5",
316515
+ "8.1.0",
316516
+ "8.2.0",
316517
+ "8.3.0",
316518
+ "8.3.1",
316519
+ "8.3.2",
316520
+ "8.3.3",
316521
+ "8.3.4",
316522
+ "8.3.5"
316478
316523
  ]
316479
316524
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.113",
3
+ "version": "1.1.114",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",