Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-utils

Package Overview
Dependencies
Maintainers
10
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/vscode-azext-utils - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

6

out/src/createExperimentationService.js

@@ -28,7 +28,13 @@ "use strict";

if (ctx.extensionMode !== vscode.ExtensionMode.Production) {
// Extension is being debugged
targetPopulation = tas.TargetPopulation.Team;
}
else if (/alpha/ig.test(extensionVersion)) {
// Extension version has "alpha"
targetPopulation = tas.TargetPopulation.Insiders;
}
else if (/Insiders/ig.test(vscode.env.appName)) {
// Running in VSCode Insiders
targetPopulation = tas.TargetPopulation.Insiders;
}
else {

@@ -35,0 +41,0 @@ targetPopulation = tas.TargetPopulation.Public;

4

package.json
{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "0.0.2",
"version": "0.1.0",
"description": "Common UI tools for developing Azure extensions for VS Code",

@@ -62,5 +62,5 @@ "tags": [

"typescript": "^4.3.5",
"vscode-azureextensiondev": "^0.9.5",
"vscode-azureextensiondev": "^0.10.4",
"vscode-test": "^1.3.0"
}
}
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