New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vscode-languageclient

Package Overview
Dependencies
Maintainers
9
Versions
303
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 0.10.0-pre.14 to 0.10.0-pre.15

2

lib/converters.js

@@ -52,3 +52,3 @@ /*---------------------------------------------------------

else {
return new vs.Range(diagnostic.start.line, diagnostic.start.character, diagnostic.start.line, Number.MAX_VALUE);
return new vs.Range(diagnostic.start.line, diagnostic.start.character, diagnostic.start.line, diagnostic.start.character);
}

@@ -55,0 +55,0 @@ }

{
"name": "vscode-languageclient",
"description": "VSCode Language client implementation",
"version": "0.10.0-pre.14",
"version": "0.10.0-pre.15",
"author": "Visual Studio Code Team",

@@ -6,0 +6,0 @@ "license": "MIT",

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