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

vscode-languageserver-protocol

Package Overview
Dependencies
Maintainers
9
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-protocol - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

0

lib/main.d.ts

@@ -0,0 +0,0 @@ import { ErrorCodes, ResponseError, CancellationToken, RequestType, RequestType0, RequestHandler, RequestHandler0, GenericRequestHandler, NotificationType, NotificationType0, NotificationHandler, NotificationHandler0, GenericNotificationHandler, MessageReader, MessageWriter, Logger, ConnectionStrategy, StreamMessageReader, StreamMessageWriter, IPCMessageReader, IPCMessageWriter, createClientPipeTransport, createServerPipeTransport, generateRandomPipeName } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { RequestType } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { RequestType, RequestHandler, HandlerResult, CancellationToken } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

4

lib/protocol.d.ts

@@ -623,2 +623,6 @@ import { RequestType, RequestType0, NotificationType, NotificationType0 } from 'vscode-jsonrpc';

capabilities: ServerCapabilities;
/**
* Custom initialization results.
*/
[custom: string]: any;
}

@@ -625,0 +629,0 @@ /**

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { RequestType, RequestType0, RequestHandler0, RequestHandler, NotificationType, NotificationHandler, HandlerResult, CancellationToken } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ export declare function boolean(value: any): value is boolean;

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

8

package.json
{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.1.1",
"version": "3.1.2",
"author": "Microsoft Corporation",

@@ -17,7 +17,7 @@ "license": "MIT",

"devDependencies": {
"typescript": "^2.4.1",
"@types/node": "^6.0.81"
"typescript": "^2.5.2",
"@types/node": "^6.0.88"
},
"dependencies": {
"vscode-jsonrpc": "^3.3.0",
"vscode-jsonrpc": "^3.3.1",
"vscode-languageserver-types": "^3.3.0"

@@ -24,0 +24,0 @@ },

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