🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
0.5.6

3

lib/emitters/graphSON.js

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

const lsif_protocol_1 = require("lsif-protocol");
exports.create = (writer, idGenerator) => {
const create = (writer, idGenerator) => {
let vertices;

@@ -251,2 +251,3 @@ const labelMap = new Map([

};
exports.create = create;
//# sourceMappingURL=graphSON.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.create = void 0;
exports.create = (writer) => {
const create = (writer) => {
let isFirst = true;

@@ -25,2 +25,3 @@ return {

};
exports.create = create;
//# sourceMappingURL=json.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.create = void 0;
exports.create = (writer) => {
const create = (writer) => {
return {

@@ -13,2 +13,3 @@ start: () => { },

};
exports.create = create;
//# sourceMappingURL=line.js.map

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

}
exports.create = (writer) => {
const create = (writer) => {
let data = {

@@ -92,2 +92,3 @@ nodes: [],

};
exports.create = create;
//# sourceMappingURL=vis.js.map
import { Options } from './args';
export declare function run(this: void, options: Options): Promise<void>;
export declare function main(this: void): Promise<void>;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.run = void 0;
exports.main = exports.run = void 0;
/* --------------------------------------------------------------------------------------------

@@ -677,2 +677,3 @@ * Copyright (c) Microsoft Corporation. All rights reserved.

}
exports.main = main;
if (require.main === module) {

@@ -679,0 +680,0 @@ main().then(undefined, (error) => {

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

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

"dependencies": {
"lsif-protocol": "0.5.2",
"lsif-protocol": "0.5.3",
"yargs": "16.2.0",

@@ -23,0 +23,0 @@ "uuid": "^8.3.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display