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.2.0 to 0.2.1

13

package.json
{
"name": "lsif-protocol",
"version": "0.2.0",
"version": "0.2.1",
"description": "Typescript implementation of the LSIF protocol",

@@ -11,10 +11,13 @@ "author": "Microsoft Corporation",

},
"bugs": {
"url": "https://github.com/Microsoft/lsif-typescript/issues"
},
"main": "lib/main.js",
"typings": "lib/main.d.ts",
"dependencies": {
"vscode-languageserver-protocol": "^3.14.0"
},
"devDependencies": {
"@types/node": "^10.14.3"
},
"dependencies": {
"vscode-languageserver-protocol": "^3.14.0"
},
"scripts": {

@@ -28,2 +31,2 @@ "compile": "node ../build/bin/tsc -p ./tsconfig.json",

}
}
}
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