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.4 to 3.0.1-alpha.5

5

lib/main.d.ts

@@ -262,2 +262,7 @@ /**

/**
* Adds a text edit.
* @param edit the text edit to add.
*/
add(edit: TextEdit): void;
/**
* Insert the given text at the given position.

@@ -264,0 +269,0 @@ *

3

lib/main.js

@@ -202,2 +202,5 @@ (function (factory) {

};
TextEditChangeImpl.prototype.add = function (edit) {
this.edits.push(edit);
};
TextEditChangeImpl.prototype.all = function () {

@@ -204,0 +207,0 @@ return this.edits;

2

package.json
{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.0.1-alpha.4",
"version": "3.0.1-alpha.5",
"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