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

vscode-languageserver-protocol

Package Overview
Dependencies
Maintainers
11
Versions
131
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.1 to 3.17.2-next.1

2

lib/common/protocol.workspaceFolder.d.ts

@@ -8,3 +8,3 @@ import { WorkspaceFolder } from 'vscode-languageserver-types';

*/
workspaceFolders: WorkspaceFolder[] | null;
workspaceFolders?: WorkspaceFolder[] | null;
}

@@ -11,0 +11,0 @@ export interface WorkspaceFoldersServerCapabilities {

{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.17.1",
"version": "3.17.2-next.1",
"author": "Microsoft Corporation",

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

"dependencies": {
"vscode-jsonrpc": "8.0.1",
"vscode-languageserver-types": "3.17.1"
"vscode-jsonrpc": "8.0.2-next.1",
"vscode-languageserver-types": "3.17.2.next-1"
},

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

@@ -7,3 +7,3 @@ # VSCode Language Server - Protocol Module

This npm module is a tool independent implementation of the language server protocol and can be used in any type of node application.
This npm module is a tool independent implementation of the language server protocol and can be used in any type of node application. Please note that the protocol is versioned using the LSP specification version number. Since the protocol depends on the `vscode-jsonrpc` version a a breaking change on that dependencies might not be reflected in a major version change of this module. Changing the major version number in these cases was more confusing this it would result in a version mismatch between the protocol and the LSP specification.

@@ -10,0 +10,0 @@ See [here](https://github.com/Microsoft/language-server-protocol) for a detailed documentation on the language server protocol.

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