@aws/language-server-runtimes
Advanced tools
Comparing version 0.2.14 to 0.2.15
{ | ||
"name": "@aws/language-server-runtimes", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Runtimes to host Language Servers for AWS", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -51,2 +51,7 @@ "use strict"; | ||
const baseChat_1 = require("./chat/baseChat"); | ||
const sharedConfigFile_1 = require("./util/sharedConfigFile"); | ||
// Honor shared aws config file | ||
if ((0, sharedConfigFile_1.checkAWSConfigFile)()) { | ||
process.env.AWS_SDK_LOAD_CONFIG = '1'; | ||
} | ||
/** | ||
@@ -53,0 +58,0 @@ * The runtime for standalone LSP-based servers. |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
258451
123
2919
5