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

12

lib/main.js

@@ -1,2 +0,2 @@

(function (factory) {
(function (dependencies, factory) {
if (typeof module === 'object' && typeof module.exports === 'object') {

@@ -6,5 +6,5 @@ var v = factory(require, exports); if (v !== undefined) module.exports = v;

else if (typeof define === 'function' && define.amd) {
define(["require", "exports"], factory);
define(dependencies, factory);
}
})(function (require, exports) {
})(["require", "exports"], function (require, exports) {
/* --------------------------------------------------------------------------------------------

@@ -577,3 +577,2 @@ * Copyright (c) Microsoft Corporation. All rights reserved.

*/
var DocumentLink;
(function (DocumentLink) {

@@ -596,2 +595,3 @@ /**

})(DocumentLink = exports.DocumentLink || (exports.DocumentLink = {}));
exports.DocumentLink = DocumentLink;
var TextDocument;

@@ -622,2 +622,3 @@ (function (TextDocument) {

*/
var TextDocumentSaveReason;
(function (TextDocumentSaveReason) {

@@ -637,4 +638,3 @@ /**

TextDocumentSaveReason[TextDocumentSaveReason["FocusOut"] = 3] = "FocusOut";
})(exports.TextDocumentSaveReason || (exports.TextDocumentSaveReason = {}));
var TextDocumentSaveReason = exports.TextDocumentSaveReason;
})(TextDocumentSaveReason = exports.TextDocumentSaveReason || (exports.TextDocumentSaveReason = {}));
var FullTextDocument = (function () {

@@ -641,0 +641,0 @@ function FullTextDocument(uri, languageId, version, content) {

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

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

"mocha": "^2.4.5",
"typescript": "^2.0.10",
"typescript": "^2.1.4",
"@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