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

vscode-jsonrpc

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

Comparing version 3.4.1 to 3.5.0-next.1

lib/socketSupport.d.ts

1

lib/main.d.ts

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

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

@@ -13,0 +14,0 @@ export interface StarRequestHandler {

@@ -66,2 +66,3 @@ /* --------------------------------------------------------------------------------------------

__export(require("./pipeSupport"));
__export(require("./socketSupport"));
var CancelNotification;

@@ -68,0 +69,0 @@ (function (CancelNotification) {

2

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