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

vscode-languageclient

Package Overview
Dependencies
Maintainers
11
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageclient - npm Package Compare versions

Comparing version 8.0.2-next.3 to 8.0.2-next.4

6

lib/common/diagnostic.js

@@ -56,4 +56,4 @@ "use strict";

openTabsHandler();
if (vscode_1.window.tabGroups.onDidChangeTabGroups !== undefined) {
this.disposable = vscode_1.window.tabGroups.onDidChangeTabGroups(openTabsHandler);
if (vscode_1.window.tabGroups.onDidChangeTabs !== undefined) {
this.disposable = vscode_1.window.tabGroups.onDidChangeTabs(openTabsHandler);
}

@@ -455,2 +455,4 @@ else {

}
// cleanup old diagnostics
this.diagnostics.dispose();
}

@@ -457,0 +459,0 @@ }

{
"name": "vscode-languageclient",
"description": "VSCode Language client implementation",
"version": "8.0.2-next.3",
"version": "8.0.2-next.4",
"author": "Microsoft Corporation",

@@ -34,3 +34,3 @@ "license": "MIT",

"semver": "^7.3.5",
"vscode-languageserver-protocol": "3.17.2-next.3"
"vscode-languageserver-protocol": "3.17.2-next.5"
},

@@ -37,0 +37,0 @@ "scripts": {

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