Socket
Socket
Sign inDemoInstall

vscode-languageserver-textdocument

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-textdocument - npm Package Compare versions

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

7

lib/esm/main.d.ts

@@ -154,9 +154,2 @@ /**

/**
* Updates the text document to a new state using the provided change events.
*
* @param changes the text document changes
* @param version the version number after all changes have been applied
*/
update(changes: TextDocumentContentChangeEvent[], version: number): void;
/**
* The number of lines in this document.

@@ -163,0 +156,0 @@ *

@@ -154,9 +154,2 @@ /**

/**
* Updates the text document to a new state using the provided change events.
*
* @param changes the text document changes
* @param version the version number after all changes have been applied
*/
update(changes: TextDocumentContentChangeEvent[], version: number): void;
/**
* The number of lines in this document.

@@ -163,0 +156,0 @@ *

2

package.json
{
"name": "vscode-languageserver-textdocument",
"description": "A simple text document implementation for Node LSP servers",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"author": "Microsoft Corporation",

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

Sorry, the diff of this file is not supported yet

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