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.2.3 to 0.3.0

15

lib/protocol.d.ts

@@ -222,2 +222,13 @@ import * as lsp from 'vscode-languageserver-protocol';

version: string;
/**
* The project root (in form of a URI) used to compute this dump.
*/
projectRoot?: string;
/**
* Information about the tool that created the dump
*/
toolInfo?: {
name: string;
args?: string[];
};
}

@@ -553,3 +564,3 @@ export declare type AdditionDataValueType = string | number | boolean | string[] | number[] | boolean[];

textDocument_references = "textDocument/references",
textDocument_implementation = "textDocument/implementatio"
textDocument_implementation = "textDocument/implementation"
}

@@ -607,3 +618,3 @@ /**

*/
export declare type item = ItemEdge<ReferenceResult, Range> | ItemEdge<ReferenceResult, ReferenceResult>;
export declare type item = ItemEdge<ReferenceResult, Range> | ItemEdge<ReferenceResult, ReferenceResult> | ItemEdge<ImplementationResult, Range> | ItemEdge<ImplementationResult, ImplementationResult>;
/**

@@ -610,0 +621,0 @@ * An edge associating a range with a moniker. The relationship exists between:

2

lib/protocol.js

@@ -84,3 +84,3 @@ "use strict";

EdgeLabels["textDocument_references"] = "textDocument/references";
EdgeLabels["textDocument_implementation"] = "textDocument/implementatio";
EdgeLabels["textDocument_implementation"] = "textDocument/implementation";
})(EdgeLabels = exports.EdgeLabels || (exports.EdgeLabels = {}));

@@ -87,0 +87,0 @@ var ItemEdgeProperties;

{
"name": "lsif-protocol",
"description": "Typescript implementation of the LSIF protocol",
"version": "0.2.3",
"version": "0.3.0",
"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