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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
8
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 to 3.4.0-next.1

2

lib/main.d.ts

@@ -527,3 +527,3 @@ /**

* this completion. When an edit is provided the value of
* [insertText](#CompletionItem.insertText) and [range](#CompletionItem.range) is ignored.
* [insertText](#CompletionItem.insertText) is ignored.
*/

@@ -530,0 +530,0 @@ textEdit?: TextEdit;

@@ -234,3 +234,3 @@ (function (factory) {

})(TextDocumentEdit = exports.TextDocumentEdit || (exports.TextDocumentEdit = {}));
var TextEditChangeImpl = (function () {
var TextEditChangeImpl = /** @class */ (function () {
function TextEditChangeImpl(edits) {

@@ -262,3 +262,3 @@ this.edits = edits;

*/
var WorkspaceChange = (function () {
var WorkspaceChange = /** @class */ (function () {
function WorkspaceChange(workspaceEdit) {

@@ -704,3 +704,3 @@ var _this = this;

*/
var DocumentLink = (function () {
var DocumentLink = /** @class */ (function () {
function DocumentLink() {

@@ -775,3 +775,3 @@ }

})(TextDocumentSaveReason = exports.TextDocumentSaveReason || (exports.TextDocumentSaveReason = {}));
var FullTextDocument = (function () {
var FullTextDocument = /** @class */ (function () {
function FullTextDocument(uri, languageId, version, content) {

@@ -778,0 +778,0 @@ this._uri = uri;

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

@@ -16,14 +16,8 @@ "license": "MIT",

"typings": "./lib/main",
"devDependencies": {
"mocha": "^3.2.0",
"typescript": "^2.3.0",
"@types/node": "^6.0.68",
"@types/mocha": "^2.2.40"
},
"scripts": {
"prepublish": "tsc -p ./src",
"compile": "tsc -p ./src",
"watch": "tsc -w -p ./src",
"test": "mocha"
"prepublish": "npm run compile && npm test",
"compile": "tsc -p ./tsconfig.json",
"watch": "tsc -w -p ./tsconfig.json",
"test": "node ../node_modules/mocha/bin/_mocha"
}
}
}

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