vscode-languageserver-protocol
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -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 @@ /* -------------------------------------------------------------------------------------------- |
@@ -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 @@ /* -------------------------------------------------------------------------------------------- |
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2175
82308
1
Updatedvscode-jsonrpc@^3.3.1