scan-compromised 1.1.218 → 1.1.220

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 +15 -1
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -10918,10 +10918,18 @@
10918
10918
  "1.4.3",
10919
10919
  "1.5.0",
10920
10920
  "1.6.0",
10921
+ "1.6.1",
10922
+ "1.6.2",
10921
10923
  "1.6.3",
10922
10924
  "1.7.0",
10923
10925
  "1.7.1",
10924
- "1.7.2"
10926
+ "1.7.2",
10927
+ "1.7.3",
10928
+ "1.7.4",
10929
+ "1.8.0",
10930
+ "1.8.1",
10931
+ "1.8.2",
10932
+ "1.8.3"
10925
10933
  ],
10926
10934
  "@webrecorder/archivewebpage": [
10927
10935
  "0.10.0",
@@ -418485,5 +418493,11 @@
418485
418493
  "7.1.6",
418486
418494
  "7.1.8",
418487
418495
  "7.1.8-alpha.7"
418496
+ ],
418497
+ "actual": [
418498
+ "0.1.0",
418499
+ "0.2.0",
418500
+ "0.3.0",
418501
+ "0.4.0"
418488
418502
  ]
418489
418503
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.218",
3
+ "version": "1.1.220",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",