Socket
Socket
Sign inDemoInstall

vscode-languageserver-textdocument

Package Overview
Dependencies
0
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

10

lib/esm/main.d.ts

@@ -18,4 +18,8 @@ /**

* Line position in a document (zero-based).
* If a line number is greater than the number of lines in a document, it defaults back to the number of lines in the document.
*
* If a line number is greater than the number of lines in a document, it
* defaults back to the number of lines in the document.
* If a line number is negative, it defaults to 0.
*
* The above two properties are implementation specific.
*/

@@ -29,4 +33,4 @@ line: number;

*
* If the character value is greater than the line length it defaults back to the
* line length.
* If the character value is greater than the line length it defaults back
* to the line length. This property is implementation specific.
*/

@@ -33,0 +37,0 @@ character: number;

@@ -18,4 +18,8 @@ /**

* Line position in a document (zero-based).
* If a line number is greater than the number of lines in a document, it defaults back to the number of lines in the document.
*
* If a line number is greater than the number of lines in a document, it
* defaults back to the number of lines in the document.
* If a line number is negative, it defaults to 0.
*
* The above two properties are implementation specific.
*/

@@ -29,4 +33,4 @@ line: number;

*
* If the character value is greater than the line length it defaults back to the
* line length.
* If the character value is greater than the line length it defaults back
* to the line length. This property is implementation specific.
*/

@@ -33,0 +37,0 @@ character: number;

{
"name": "vscode-languageserver-textdocument",
"description": "A simple text document implementation for Node LSP servers",
"version": "1.0.9",
"version": "1.0.10",
"author": "Microsoft Corporation",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc