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

vscode-languageserver-protocol

Package Overview
Dependencies
Maintainers
11
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.10.0 to 3.10.1

lib/client/node_modules/vscode-languageserver-protocol/lib/protocol.foldingRange.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 @@ import { RequestType } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ "use strict";

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

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

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

@@ -0,0 +0,0 @@ import { RequestType, RequestHandler } 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 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ Copyright (c) Microsoft Corporation

4

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

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

"vscode-jsonrpc": "^3.6.2",
"vscode-languageserver-types": "^3.10.0"
"vscode-languageserver-types": "^3.10.1"
},

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

@@ -0,0 +0,0 @@ # VSCode Language Server - Protocol Module

@@ -0,0 +0,0 @@ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION

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