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

vscode-jsonrpc

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-jsonrpc - npm Package Compare versions

Comparing version 3.6.0-next.1 to 3.6.0

2

lib/main.d.ts

@@ -12,3 +12,3 @@ /// <reference path="thenable.d.ts" />

export * from './socketSupport';
export declare type HandlerResult<R, E> = R | ResponseError<E> | Thenable<R> | Thenable<ResponseError<E>>;
export declare type HandlerResult<R, E> = R | ResponseError<E> | Thenable<R> | Thenable<ResponseError<E>> | Thenable<R | ResponseError<E>>;
export interface StarRequestHandler {

@@ -15,0 +15,0 @@ (method: string, ...params: any[]): HandlerResult<any, any>;

@@ -57,3 +57,3 @@ /**

/**
* A error object return in a response in case a request
* An error object return in a response in case a request
* has failed.

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

@@ -40,3 +40,3 @@ /* --------------------------------------------------------------------------------------------

/**
* A error object return in a response in case a request
* An error object return in a response in case a request
* has failed.

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

{
"name": "vscode-jsonrpc",
"description": "A json rpc implementation over streams",
"version": "3.6.0-next.1",
"version": "3.6.0",
"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