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.1 to 0.5.0-next.2

0

lib/main.d.ts

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

@@ -0,0 +0,0 @@ "use strict";

13

lib/protocol.d.ts

@@ -399,5 +399,5 @@ import * as lsp from 'vscode-languageserver-protocol';

/**
* The moniker is only unique inside a file
* The moniker is only unique inside a document
*/
file = "file",
document = "document",
/**

@@ -412,6 +412,5 @@ * The moniker is unique inside a project for which a dump got created

/**
* The moniker is unique inside the package mamanger, usually expressed through
* the moniker scheme
* The moniker is unique inside the moniker scheme.
*/
packageManager = "packageManager",
scheme = "scheme",
/**

@@ -662,5 +661,5 @@ * The moniker is gloabally unique

referenceResults = "referenceResults",
referenceCascades = "referenceCascades",
referenceLinks = "referenceLinks",
implementationResults = "implementationResults",
implementationCascades = "implementationCascades"
implementationLinks = "implementationLinks"
}

@@ -667,0 +666,0 @@ export interface ItemEdge<S extends V, T extends V> extends E1N<S, T, EdgeLabels.item> {

@@ -87,5 +87,5 @@ "use strict";

/**
* The moniker is only unique inside a file
* The moniker is only unique inside a document
*/
UniquenessLevel["file"] = "file";
UniquenessLevel["document"] = "document";
/**

@@ -100,6 +100,5 @@ * The moniker is unique inside a project for which a dump got created

/**
* The moniker is unique inside the package mamanger, usually expressed through
* the moniker scheme
* The moniker is unique inside the moniker scheme.
*/
UniquenessLevel["packageManager"] = "packageManager";
UniquenessLevel["scheme"] = "scheme";
/**

@@ -136,5 +135,5 @@ * The moniker is gloabally unique

ItemEdgeProperties["referenceResults"] = "referenceResults";
ItemEdgeProperties["referenceCascades"] = "referenceCascades";
ItemEdgeProperties["referenceLinks"] = "referenceLinks";
ItemEdgeProperties["implementationResults"] = "implementationResults";
ItemEdgeProperties["implementationCascades"] = "implementationCascades";
ItemEdgeProperties["implementationLinks"] = "implementationLinks";
})(ItemEdgeProperties = exports.ItemEdgeProperties || (exports.ItemEdgeProperties = {}));

@@ -141,0 +140,0 @@ var Edge;

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