scan-compromised 1.1.215 → 1.1.216

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 +43 -1
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -4566,7 +4566,10 @@
4566
4566
  "4.12.15",
4567
4567
  "4.12.16",
4568
4568
  "4.12.17",
4569
+ "4.12.18",
4570
+ "4.12.19",
4569
4571
  "4.12.2",
4572
+ "4.12.20",
4570
4573
  "4.12.3",
4571
4574
  "4.12.4",
4572
4575
  "4.12.5",
@@ -59908,7 +59911,16 @@
59908
59911
  "1.5.7-beta.1",
59909
59912
  "1.6.0",
59910
59913
  "1.6.0-beta.0",
59911
- "1.6.1"
59914
+ "1.6.1",
59915
+ "1.6.10",
59916
+ "1.6.2",
59917
+ "1.6.3",
59918
+ "1.6.4",
59919
+ "1.6.5",
59920
+ "1.6.6",
59921
+ "1.6.7",
59922
+ "1.6.8",
59923
+ "1.6.9"
59912
59924
  ],
59913
59925
  "tarteaucitronjs": [
59914
59926
  "1.0.0",
@@ -417838,5 +417850,35 @@
417838
417850
  "2.8.0",
417839
417851
  "2.8.1",
417840
417852
  "2.8.2"
417853
+ ],
417854
+ "@cap-js/openapi": [],
417855
+ "turbo-stream": [
417856
+ "0.0.1",
417857
+ "0.0.2",
417858
+ "0.0.3",
417859
+ "0.0.4",
417860
+ "0.0.5",
417861
+ "0.0.6",
417862
+ "0.0.7",
417863
+ "0.0.8",
417864
+ "1.0.0",
417865
+ "1.0.1",
417866
+ "1.0.2",
417867
+ "1.0.3",
417868
+ "1.0.4",
417869
+ "1.1.0",
417870
+ "1.1.1",
417871
+ "1.2.0",
417872
+ "1.2.1",
417873
+ "2.0.0",
417874
+ "2.0.1",
417875
+ "2.1.0",
417876
+ "2.2.0",
417877
+ "2.2.1",
417878
+ "2.2.2",
417879
+ "2.2.3",
417880
+ "2.3.0",
417881
+ "2.4.0",
417882
+ "2.4.1"
417841
417883
  ]
417842
417884
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.215",
3
+ "version": "1.1.216",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",