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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-types - npm Package Compare versions

Comparing version 3.15.0-next.2 to 3.15.0-next.3

22

lib/esm/main.d.ts

@@ -1441,20 +1441,2 @@ /**

/**
* Parameters for a [DocumentSymbolRequest](#DocumentSymbolRequest).
*/
export interface DocumentSymbolParams {
/**
* The text document.
*/
textDocument: TextDocumentIdentifier;
}
/**
* The parameters of a [WorkspaceSymbolRequest](#WorkspaceSymbolRequest).
*/
export interface WorkspaceSymbolParams {
/**
* A non-empty query string
*/
query: string;
}
/**
* The kind of a code action.

@@ -1473,2 +1455,6 @@ *

/**
* Empty kind.
*/
const Empty: CodeActionKind;
/**
* Base kind for quickfix actions: 'quickfix'

@@ -1475,0 +1461,0 @@ */

4

lib/esm/main.js

@@ -1064,2 +1064,6 @@ /* --------------------------------------------------------------------------------------------

/**
* Empty kind.
*/
CodeActionKind.Empty = '';
/**
* Base kind for quickfix actions: 'quickfix'

@@ -1066,0 +1070,0 @@ */

@@ -1441,20 +1441,2 @@ /**

/**
* Parameters for a [DocumentSymbolRequest](#DocumentSymbolRequest).
*/
export interface DocumentSymbolParams {
/**
* The text document.
*/
textDocument: TextDocumentIdentifier;
}
/**
* The parameters of a [WorkspaceSymbolRequest](#WorkspaceSymbolRequest).
*/
export interface WorkspaceSymbolParams {
/**
* A non-empty query string
*/
query: string;
}
/**
* The kind of a code action.

@@ -1473,2 +1455,6 @@ *

/**
* Empty kind.
*/
const Empty: CodeActionKind;
/**
* Base kind for quickfix actions: 'quickfix'

@@ -1475,0 +1461,0 @@ */

@@ -1075,2 +1075,6 @@ (function (factory) {

/**
* Empty kind.
*/
CodeActionKind.Empty = '';
/**
* Base kind for quickfix actions: 'quickfix'

@@ -1077,0 +1081,0 @@ */

@@ -0,0 +0,0 @@ Copyright (c) Microsoft Corporation

{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.15.0-next.2",
"version": "3.15.0-next.3",
"author": "Microsoft Corporation",

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

@@ -1,2 +0,2 @@

# VSCode Language Server
# VSCode Language Server Types

@@ -17,2 +17,2 @@ [![NPM Version](https://img.shields.io/npm/v/vscode-languageserver-types.svg)](https://npmjs.org/package/vscode-languageserver-types)

## License
[MIT](https://github.com/Microsoft/vscode-languageserver-node/blob/master/License.txt)
[MIT](https://github.com/Microsoft/vscode-languageserver-node/blob/master/License.txt)

@@ -0,0 +0,0 @@ {

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