Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.0-next.12 to 0.6.0-next.13

1

lib/typescripts.d.ts

@@ -38,2 +38,3 @@ import * as ts from 'typescript';

function getSymbol(node: ts.Node): ts.Symbol | undefined;
function getJsDoc(node: ts.JSDocContainer): ts.JSDoc[] | undefined;
}

@@ -40,0 +41,0 @@ export declare namespace SourceFile {

@@ -261,2 +261,6 @@ /* --------------------------------------------------------------------------------------------

Node.getSymbol = getSymbol;
function getJsDoc(node) {
return node.jsDoc;
}
Node.getJsDoc = getJsDoc;
})(Node = exports.Node || (exports.Node = {}));

@@ -263,0 +267,0 @@ var SourceFile;

2

package.json
{
"name": "lsif-tsc",
"description": "Tool to create an LSIF dump for TypeScript projects.",
"version": "0.6.0-next.12",
"version": "0.6.0-next.13",
"author": "Microsoft Corporation",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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

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