scan-compromised 1.1.74 → 1.1.75

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 +29 -1
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -3095,7 +3095,30 @@
3095
3095
  "1.120.1",
3096
3096
  "1.120.2",
3097
3097
  "1.120.3",
3098
+ "1.120.4",
3098
3099
  "1.121.0",
3100
+ "1.121.1",
3101
+ "1.121.2",
3102
+ "1.121.3",
3103
+ "1.121.3-exp.0",
3104
+ "1.122.0",
3105
+ "1.122.2",
3106
+ "1.122.3",
3107
+ "1.122.4",
3108
+ "1.122.4-exp.0",
3109
+ "1.122.5",
3110
+ "1.123.0",
3111
+ "1.123.1",
3112
+ "1.123.2",
3113
+ "1.123.3",
3114
+ "1.123.4",
3115
+ "1.123.5",
3116
+ "1.123.5-exp.0",
3117
+ "1.123.6",
3118
+ "1.123.6-exp.0",
3119
+ "1.123.7",
3120
+ "1.123.8",
3121
+ "1.123.9",
3099
3122
  "1.14.0",
3100
3123
  "1.14.1",
3101
3124
  "1.14.2",
@@ -3375,7 +3398,12 @@
3375
3398
  "1.98.1",
3376
3399
  "1.98.2",
3377
3400
  "1.99.0",
3378
- "1.99.1"
3401
+ "1.99.1",
3402
+ "2.0.0-rc.0",
3403
+ "2.0.0-rc.1",
3404
+ "2.0.0-rc.2",
3405
+ "2.0.0-rc.3",
3406
+ "2.0.0-rc.4"
3379
3407
  ],
3380
3408
  "axios": [
3381
3409
  "0.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.74",
3
+ "version": "1.1.75",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",