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

vscode-languageserver-protocol

Package Overview
Dependencies
Maintainers
7
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-protocol - npm Package Compare versions

Comparing version 3.17.3 to 3.17.4-next.0

2

lib/common/messages.d.ts

@@ -20,2 +20,3 @@ import { RequestType, RequestType0, NotificationType, NotificationType0, ProgressType, _EM } from 'vscode-jsonrpc';

*/
readonly __: [PR, _EM] | undefined;
readonly ___: [PR, RO, _EM] | undefined;

@@ -30,2 +31,3 @@ readonly ____: [RO, _EM] | undefined;

*/
readonly __: [PR, _EM] | undefined;
readonly ___: [PR, RO, _EM] | undefined;

@@ -32,0 +34,0 @@ readonly ____: [RO, _EM] | undefined;

2

lib/common/protocol.js

@@ -102,3 +102,3 @@ "use strict";

const candidate = value;
return Is.string(candidate.language) || Is.string(candidate.scheme) || Is.string(candidate.pattern);
return Is.string(candidate) || (Is.string(candidate.language) || Is.string(candidate.scheme) || Is.string(candidate.pattern));
}

@@ -105,0 +105,0 @@ TextDocumentFilter.is = is;

{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.17.3",
"version": "3.17.4-next.0",
"author": "Microsoft Corporation",

@@ -21,4 +21,4 @@ "license": "MIT",

"dependencies": {
"vscode-jsonrpc": "8.1.0",
"vscode-languageserver-types": "3.17.3"
"vscode-jsonrpc": "8.2.0-next.0",
"vscode-languageserver-types": "3.17.4-next.0"
},

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

Sorry, the diff of this file is too big to display

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