scan-compromised 1.1.11 → 1.1.13

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 +18 -1
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -2586,7 +2586,9 @@
2586
2586
  "3.0.2",
2587
2587
  "3.0.3",
2588
2588
  "3.0.4",
2589
- "3.0.5"
2589
+ "3.0.5",
2590
+ "3.0.6",
2591
+ "3.0.7"
2590
2592
  ],
2591
2593
  "n8n": [
2592
2594
  "0.0.1",
@@ -8534,7 +8536,22 @@
8534
8536
  "1.0.100",
8535
8537
  "1.0.102",
8536
8538
  "1.0.103",
8539
+ "1.0.105",
8540
+ "1.0.106",
8541
+ "1.0.107",
8542
+ "1.0.108",
8543
+ "1.0.109",
8537
8544
  "1.0.11",
8545
+ "1.0.110",
8546
+ "1.0.111",
8547
+ "1.0.112",
8548
+ "1.0.113",
8549
+ "1.0.114",
8550
+ "1.0.115",
8551
+ "1.0.116",
8552
+ "1.0.117",
8553
+ "1.0.118",
8554
+ "1.0.119",
8538
8555
  "1.0.14",
8539
8556
  "1.0.15",
8540
8557
  "1.0.16",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",