Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lsif-npm

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsif-npm - npm Package Compare versions

Comparing version 0.6.0-next.4 to 0.6.0-next.5

4

package.json
{
"name": "lsif-npm",
"description": "A tools to rewrite Typescript LSIF monikers into npm monikers",
"version": "0.6.0-next.4",
"version": "0.6.0-next.5",
"author": "Microsoft Corporation",

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

"dependencies": {
"lsif-protocol": "0.6.0-next.3",
"lsif-protocol": "0.6.0-next.4",
"uuid": "^8.3.2",

@@ -23,0 +23,0 @@ "vscode-uri": "^3.0.2",

# lsif-npm
> *Languag Server Index Format tool for npm*
_Languag Server Index Format tool for npm_
### Requirements

@@ -16,2 +17,4 @@

The easiest way to run the tool is to install the latest version (which are pre-release version starting with 0.x right now). For example `npm install -g lsif-npm`. Then create a LSIF dump for TypeScript using [lsif-tsc](https://github.com/microsoft/lsif-node/blob/master/tsc/README.md) and store it to a file using `--out` option. Something like `lsif-tsc -p .\tsconfig.json --out dump.lsif`. To make the monikers npm specific use the created dump as an input to the lsif-npm tool. Something like `lisf-npm --in .\dump.lsif --package .\package.json --stdout` which print the dump with both tsc and npm monikers to stdout. Also of interest could be the overall [readme](https://github.com/microsoft/lsif-node/blob/master/README.md)
The tool got now integrated into the `lsif-tsc` tool. Simply use the `--package` command line option of the `lsif-tsc` tool.
You can still use the tool to post process a dump that got created using lsif tsc without emitting npm monikers. Then simply use a command like this `lsif-npm --in .\dump.lsif --package .\package.json --stdout`.

Sorry, the diff of this file is not supported yet

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