New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lsif-tsc

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsif-tsc - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

lib/graph.d.ts

@@ -18,3 +18,3 @@ import { lsp, Id, Vertex, E, Project, Document, HoverResult, ReferenceResult, contains, textDocument_definition, textDocument_references, textDocument_diagnostic, textDocument_hover, item, DiagnosticResult, Range, RangeId, DeclarationRange, ReferenceRange, DocumentSymbolResult, textDocument_documentSymbol, ReferenceTag, DeclarationTag, UnknownTag, DefinitionResult, ReferenceResultId, ImplementationResult, ImplementationResultId, textDocument_implementation, textDocument_typeDefinition, TypeDefinitionResult, FoldingRangeResult, textDocument_foldingRange, RangeBasedDocumentSymbol, DefinitionTag, DefinitionRange, ResultSet, refersTo, MetaData, Location, EdgeLabels, Moniker, PackageInformation, moniker, packageInformation, MonikerKind, ItemEdgeProperties } from 'lsif-protocol';

document(path: string, contents?: string): Document;
moniker(kind: MonikerKind, schema: string, identifier: string): Moniker;
moniker(kind: MonikerKind, scheme: string, identifier: string): Moniker;
packageInformation(name: string, manager: string): PackageInformation;

@@ -21,0 +21,0 @@ resultSet(): ResultSet;

@@ -52,3 +52,3 @@ /* --------------------------------------------------------------------------------------------

}
moniker(kind, schema, identifier) {
moniker(kind, scheme, identifier) {
return {

@@ -59,3 +59,3 @@ id: this.nextId(),

kind,
schema,
scheme,
identifier

@@ -62,0 +62,0 @@ };

@@ -13,3 +13,3 @@ export declare const separator: string;

export declare namespace TscMoniker {
const schema: string;
const scheme: string;
function parse(identifier: string): TscMoniker;

@@ -16,0 +16,0 @@ function create(name: string, path?: string): string;

@@ -10,3 +10,3 @@ /* --------------------------------------------------------------------------------------------

(function (TscMoniker) {
TscMoniker.schema = 'tsc';
TscMoniker.scheme = 'tsc';
function parse(identifier) {

@@ -13,0 +13,0 @@ let index = identifier.lastIndexOf(exports.separator);

{
"name": "lsif-tsc",
"description": "Tool to create an LSIF dump for TypeScript projects.",
"version": "0.2.4",
"version": "0.2.5",
"author": "Microsoft Corporation",

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

"vscode-uri": "^1.0.6",
"lsif-protocol": "0.2.2"
"lsif-protocol": "0.2.3"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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