New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.0-next.5 to 0.6.0-next.6

1

lib/protocol.d.ts

@@ -334,2 +334,3 @@ import * as lsp from 'vscode-languageserver-protocol';

function is(value: any): value is Range;
function key(value: Range): string;
}

@@ -336,0 +337,0 @@ /**

@@ -499,2 +499,6 @@ "use strict";

Range.is = is;
function key(value) {
return `${value.start.line},${value.start.character},${value.end.line},${value.end.character}`;
}
Range.key = key;
})(Range = exports.Range || (exports.Range = {}));

@@ -501,0 +505,0 @@ var DefinitionRange;

2

package.json
{
"name": "lsif-protocol",
"description": "Typescript implementation of the LSIF protocol",
"version": "0.6.0-next.5",
"version": "0.6.0-next.6",
"author": "Microsoft Corporation",

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

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