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

lsif-protocol

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsif-protocol - npm Package Compare versions

Comparing version 0.5.0-next.3 to 0.5.0-next.4

16

lib/main.js

@@ -6,9 +6,17 @@ "use strict";

* ------------------------------------------------------------------------------------------ */
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Version = exports.lsp = void 0;
const lsp = require("vscode-languageserver-protocol");
exports.lsp = lsp;
__export(require("./protocol"));
__exportStar(require("./protocol"), exports);
exports.Version = function () {

@@ -15,0 +23,0 @@ let packageJson = require('../package.json');

@@ -660,3 +660,3 @@ import * as lsp from 'vscode-languageserver-protocol';

export interface ItemEdge<S extends V, T extends V> extends E1N<S, T, EdgeLabels.item> {
document: DocumentId;
shard: Id;
property?: ItemEdgeProperties;

@@ -663,0 +663,0 @@ }

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Edge = exports.ItemEdgeProperties = exports.EdgeLabels = exports.UniquenessLevel = exports.MonikerKind = exports.RangeTagTypes = exports.EventScope = exports.EventKind = exports.VertexLabels = exports.ElementTypes = void 0;
var ElementTypes;

@@ -9,0 +10,0 @@ (function (ElementTypes) {

{
"name": "lsif-protocol",
"description": "Typescript implementation of the LSIF protocol",
"version": "0.5.0-next.3",
"version": "0.5.0-next.4",
"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