| { | ||
| ".": "12.0.0" | ||
| ".": "12.1.0" | ||
| } |
+1
-1
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
| const { default: envPaths } = require('env-paths') | ||
| const envPaths = require('env-paths') | ||
| const gyp = require('../') | ||
@@ -10,0 +10,0 @@ const log = require('../lib/log') |
@@ -122,3 +122,3 @@ 'use strict' | ||
| async findVisualStudio2019OrNewerFromSpecifiedLocation () { | ||
| return this.findVSFromSpecifiedLocation([2019, 2022]) | ||
| return this.findVSFromSpecifiedLocation([2019, 2022, 2026]) | ||
| } | ||
@@ -166,3 +166,3 @@ | ||
| async findVisualStudio2019OrNewerUsingSetupModule () { | ||
| return this.findNewVSUsingSetupModule([2019, 2022]) | ||
| return this.findNewVSUsingSetupModule([2019, 2022, 2026]) | ||
| } | ||
@@ -228,3 +228,3 @@ | ||
| async findVisualStudio2019OrNewer () { | ||
| return this.findNewVS([2019, 2022]) | ||
| return this.findNewVS([2019, 2022, 2026]) | ||
| } | ||
@@ -395,2 +395,6 @@ | ||
| } | ||
| if (ret.versionMajor === 18) { | ||
| ret.versionYear = 2026 | ||
| return ret | ||
| } | ||
| this.log.silly('- unsupported version:', ret.versionMajor) | ||
@@ -463,2 +467,4 @@ return {} | ||
| return 'v143' | ||
| } else if (versionYear === 2026) { | ||
| return 'v145' | ||
| } | ||
@@ -465,0 +471,0 @@ this.log.silly('- invalid versionYear:', versionYear) |
+2
-2
@@ -14,3 +14,3 @@ { | ||
| ], | ||
| "version": "12.0.0", | ||
| "version": "12.1.0", | ||
| "installVersion": 11, | ||
@@ -26,3 +26,3 @@ "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", | ||
| "dependencies": { | ||
| "env-paths": "^3.0.0", | ||
| "env-paths": "^2.2.0", | ||
| "exponential-backoff": "^3.1.1", | ||
@@ -29,0 +29,0 @@ "graceful-fs": "^4.2.6", |
Sorry, the diff of this file is too big to display
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1870444
0.03%35632
0.02%+ Added
- Removed
Updated