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.0.1-alpha.6 to 3.0.1-alpha.8

10

lib/main.d.ts

@@ -912,3 +912,3 @@ /**

*/
target: string;
target?: string;
}

@@ -940,3 +940,3 @@ /**

*/
uri: string;
readonly uri: string;
/**

@@ -947,3 +947,3 @@ * The identifier of the language associated with this document.

*/
languageId: string;
readonly languageId: string;
/**

@@ -955,3 +955,3 @@ * The version number of this document (it will strictly increase after each

*/
version: number;
readonly version: number;
/**

@@ -984,3 +984,3 @@ * Get the text of this document.

*/
lineCount: number;
readonly lineCount: number;
}

@@ -987,0 +987,0 @@ export declare namespace TextDocument {

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

@@ -18,3 +18,3 @@ "license": "MIT",

"mocha": "^2.4.5",
"typescript": "^2.0.3",
"typescript": "^2.0.10",
"@types/node": "^6.0.42",

@@ -21,0 +21,0 @@ "@types/mocha": "^2.2.32"

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