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.5.0-next.4 to 3.5.0-next.5

lib/node_modules/vscode-jsonrpc/src/cancellation.d.ts

0

lib/main.d.ts

@@ -0,0 +0,0 @@ import { ErrorCodes, ResponseError, CancellationToken, CancellationTokenSource, Disposable, Event, Emitter, Trace, SetTraceNotification, LogTraceNotification, Message, NotificationMessage, RequestMessage, MessageType as RPCMessageType, RequestType, RequestType0, RequestHandler, RequestHandler0, GenericRequestHandler, StarRequestHandler, NotificationType, NotificationType0, NotificationHandler, NotificationHandler0, GenericNotificationHandler, StarNotificationHandler, MessageReader, MessageWriter, Logger, ConnectionStrategy, StreamMessageReader, StreamMessageWriter, IPCMessageReader, IPCMessageWriter, createClientPipeTransport, createServerPipeTransport, generateRandomPipeName, DataCallback, createClientSocketTransport, createServerSocketTransport, Tracer } 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 @@ /* --------------------------------------------------------------------------------------------

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

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

@@ -0,0 +0,0 @@ import { RequestType0, RequestHandler0, 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 @@ /* --------------------------------------------------------------------------------------------

6

package.json
{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.5.0-next.4",
"version": "3.5.0-next.5",
"author": "Microsoft Corporation",

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

"dependencies": {
"vscode-jsonrpc": "^3.5.0-next.1",
"vscode-languageserver-types": "^3.5.0-next.1"
"vscode-jsonrpc": "^3.5.0-next.2",
"vscode-languageserver-types": "^3.5.0-next.2"
},

@@ -21,0 +21,0 @@ "scripts": {

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