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.4.0 to 0.4.1

9

lib/protocol.d.ts

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

moniker = "moniker",
nextMoniker = "nextMoniker",
packageInformation = "packageInformation",

@@ -606,2 +607,8 @@ textDocument_documentSymbol = "textDocument/documentSymbol",

/**
* An edge associating a moniker with another moniker. The relationship exists between:
*
* - `Moniker` -> `Moniker`
*/
export declare type nextMoniker = E11<Moniker, Moniker, EdgeLabels.nextMoniker>;
/**
* An edge associating a moniker with a package information. The relationship exists between:

@@ -683,3 +690,3 @@ *

*/
export declare type Edge = contains | item | next | moniker | packageInformation | textDocument_documentSymbol | textDocument_foldingRange | textDocument_documentLink | textDocument_diagnostic | textDocument_declaration | textDocument_definition | textDocument_typeDefinition | textDocument_hover | textDocument_references | textDocument_implementation;
export declare type Edge = contains | item | next | moniker | nextMoniker | packageInformation | textDocument_documentSymbol | textDocument_foldingRange | textDocument_documentLink | textDocument_diagnostic | textDocument_declaration | textDocument_definition | textDocument_typeDefinition | textDocument_hover | textDocument_references | textDocument_implementation;
export declare namespace Edge {

@@ -686,0 +693,0 @@ function is11(edge: Edge): edge is (Edge & {

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

EdgeLabels["moniker"] = "moniker";
EdgeLabels["nextMoniker"] = "nextMoniker";
EdgeLabels["packageInformation"] = "packageInformation";

@@ -85,0 +86,0 @@ EdgeLabels["textDocument_documentSymbol"] = "textDocument/documentSymbol";

5

package.json
{
"name": "lsif-protocol",
"description": "Typescript implementation of the LSIF protocol",
"version": "0.4.0",
"version": "0.4.1",
"author": "Microsoft Corporation",

@@ -19,5 +19,2 @@ "license": "MIT",

},
"devDependencies": {
"@types/node": "^10.14.3"
},
"scripts": {

@@ -24,0 +21,0 @@ "compile": "node ../build/bin/tsc -b ./tsconfig.json",

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