Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws/language-server-runtimes

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/language-server-runtimes - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

runtimes/util/sharedConfigFile.d.ts

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc