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

jsonrpc.lsif

2

lib/common/encoding.d.ts

@@ -1,2 +0,2 @@

import RAL from './ral';
import type RAL from './ral';
import { Message } from './messages';

@@ -3,0 +3,0 @@ export interface FunctionContentEncoder {

@@ -1,3 +0,3 @@

import { Disposable } from './disposable';
import { ContentTypeEncoder, ContentTypeDecoder } from './encoding';
import type { Disposable } from './disposable';
import type { ContentTypeEncoder, ContentTypeDecoder } from './encoding';
interface _MessageBuffer {

@@ -4,0 +4,0 @@ readonly encoding: RAL.MessageBufferEncoding;

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