Socket
Socket
Sign inDemoInstall

vscode-tas-client

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-tas-client - npm Package Compare versions

Comparing version 0.1.21 to 0.1.22

4

package.json
{
"name": "vscode-tas-client",
"version": "0.1.21",
"version": "0.1.22",
"description": "",

@@ -47,4 +47,4 @@ "main": "./out/index",

"dependencies": {
"tas-client": "0.1.16"
"tas-client": "0.1.21"
}
}
import { IExperimentationService } from 'tas-client';
export default class TelemetryDisabledExperimentationService implements IExperimentationService {
initializePromise: Promise<void>;
initialFetch: Promise<void>;
isFlightEnabled(flight: string): boolean;

@@ -5,0 +6,0 @@ isCachedFlightEnabled(flight: string): Promise<boolean>;

@@ -6,2 +6,3 @@ "use strict";

this.initializePromise = Promise.resolve();
this.initialFetch = Promise.resolve();
}

@@ -8,0 +9,0 @@ isFlightEnabled(flight) {

Sorry, the diff of this file is not supported yet

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