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

5

lib/main.d.ts

@@ -24,8 +24,9 @@ import { Message, RequestMessage, RequestType, ResponseError, ErrorCodes, NotificationMessage, NotificationType } from './messages';

}
export declare type TraceValues = 'off' | 'messages' | 'verbose';
export declare namespace Trace {
function fromString(value: string): Trace;
function toString(value: Trace): string;
function toString(value: Trace): TraceValues;
}
export interface SetTraceParams {
value: 'off' | 'messages' | 'verbose';
value: TraceValues;
}

@@ -32,0 +33,0 @@ export declare namespace SetTraceNotification {

2

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