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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
7
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.3.0-alpha.1 to 3.3.0

11

lib/main.d.ts

@@ -274,5 +274,6 @@ /**

/**
* An array of `TextDocumentEdit`s to express changes to specific a specific
* version of a text document. Whether a client supports versioned document
* edits is expressed via `WorkspaceClientCapabilites.versionedWorkspaceEdit`.
* An array of `TextDocumentEdit`s to express changes to n different text documents
* where each text document edit addresses a specific version of a text document.
* Whether a client supports versioned document edits is expressed via
* `WorkspaceClientCapabilites.workspaceEdit.documentChanges`.
*/

@@ -403,3 +404,3 @@ documentChanges?: TextDocumentEdit[];

/**
* The version number of this document (it will strictly increase after each
* The version number of this document (it will increase after each
* change, including undo/redo).

@@ -980,3 +981,3 @@ */

/**
* The version number of this document (it will strictly increase after each
* The version number of this document (it will increase after each
* change, including undo/redo).

@@ -983,0 +984,0 @@ *

{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.3.0-alpha.1",
"version": "3.3.0",
"author": "Microsoft Corporation",

@@ -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