New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vscode/sync-api-client

Package Overview
Dependencies
Maintainers
21
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/sync-api-client - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

5

lib/apiClient.d.ts
import { URI } from 'vscode-uri';
import { ClientConnection, Requests, DTOs, ProcExitRequest } from '@vscode/sync-api-common';
import { ClientConnection, Requests, DTOs } from '@vscode/sync-api-common';
import * as vscode from './vscode';

@@ -36,4 +36,3 @@ export interface Timer {

}
export declare type APIRequests = Requests | ProcExitRequest;
declare type ApiClientConnection = ClientConnection<APIRequests>;
declare type ApiClientConnection = ClientConnection<Requests>;
export declare class ApiClient {

@@ -40,0 +39,0 @@ private readonly connection;

2

lib/apiClient.js

@@ -47,3 +47,3 @@ "use strict";

procExit(rval) {
this.connection.sendRequest('$/proc_exit', { rval: rval });
this.connection.sendRequest('process/proc_exit', { rval: rval });
}

@@ -50,0 +50,0 @@ }

{
"name": "@vscode/sync-api-client",
"version": "0.5.0",
"version": "0.6.0",
"description": "A client that calls VS Code API from a non extension host worker in sync fashion.",

@@ -27,3 +27,3 @@ "engines": {

"vscode-uri": "3.0.3",
"@vscode/sync-api-common": "0.3.0"
"@vscode/sync-api-common": "0.6.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

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