scan-compromised 1.1.58 → 1.1.59

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 +30 -1
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -7014,6 +7014,7 @@
7014
7014
  "15.4.5",
7015
7015
  "15.4.6",
7016
7016
  "15.4.7",
7017
+ "15.5.0",
7017
7018
  "15.5.1",
7018
7019
  "15.5.1-canary.0",
7019
7020
  "15.5.1-canary.1",
@@ -246593,7 +246594,18 @@
246593
246594
  "0.2.6",
246594
246595
  "1.0.0",
246595
246596
  "1.0.1",
246596
- "2.0.0"
246597
+ "2.0.0",
246598
+ "3.0.0",
246599
+ "3.1.0",
246600
+ "3.1.1",
246601
+ "3.1.2",
246602
+ "3.1.3",
246603
+ "3.1.4",
246604
+ "3.1.5",
246605
+ "3.2.0",
246606
+ "3.2.1",
246607
+ "3.2.2",
246608
+ "4.0.0"
246597
246609
  ],
246598
246610
  "yar": [
246599
246611
  "0.0.1",
@@ -277033,6 +277045,7 @@
277033
277045
  "19.2.0"
277034
277046
  ],
277035
277047
  "react-server-dom-turbopack": [
277048
+ "19.0.0",
277036
277049
  "19.1.0",
277037
277050
  "19.1.1",
277038
277051
  "19.2.0"
@@ -277041,5 +277054,21 @@
277041
277054
  "19.1.0",
277042
277055
  "19.1.1",
277043
277056
  "19.2.0"
277057
+ ],
277058
+ "@anthropic-ai/sandbox-runtime": [
277059
+ "0.0.1",
277060
+ "0.0.10",
277061
+ "0.0.11",
277062
+ "0.0.12",
277063
+ "0.0.13",
277064
+ "0.0.14",
277065
+ "0.0.15",
277066
+ "0.0.2",
277067
+ "0.0.3",
277068
+ "0.0.4",
277069
+ "0.0.5",
277070
+ "0.0.6",
277071
+ "0.0.7",
277072
+ "0.0.8"
277044
277073
  ]
277045
277074
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.58",
3
+ "version": "1.1.59",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",