Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-utils

Package Overview
Dependencies
Maintainers
10
Versions
87
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.4.3 to 0.4.4

out/src/pickTreeItem/runQuickPickWizard.js

7

out/src/index.js

@@ -47,2 +47,9 @@ "use strict";

__exportStar(require("./pickTreeItem/experiences/subscriptionExperience"), exports);
__exportStar(require("./pickTreeItem/GenericQuickPickStep"), exports);
__exportStar(require("./pickTreeItem/contextValue/ContextValueQuickPickStep"), exports);
__exportStar(require("./pickTreeItem/contextValue/RecursiveQuickPickStep"), exports);
__exportStar(require("./pickTreeItem/quickPickAzureResource/QuickPickAzureSubscriptionStep"), exports);
__exportStar(require("./pickTreeItem/quickPickAzureResource/QuickPickGroupStep"), exports);
__exportStar(require("./pickTreeItem/quickPickAzureResource/QuickPickAzureResourceStep"), exports);
__exportStar(require("./pickTreeItem/runQuickPickWizard"), exports);
__exportStar(require("./registerCommand"), exports);

@@ -49,0 +56,0 @@ __exportStar(require("./registerCommandWithTreeNodeUnwrapping"), exports);

6

out/src/pickTreeItem/quickPickAzureResource/QuickPickAzureResourceStep.js

@@ -21,6 +21,4 @@ "use strict";

class QuickPickAzureResourceStep extends GenericQuickPickStep_1.GenericQuickPickStep {
constructor(tdp, options) {
super(tdp, options !== null && options !== void 0 ? options : {}, {
placeHolder: (0, localize_1.localize)('selectResource', 'Select resource'),
});
constructor(tdp, options, promptOptions) {
super(tdp, options !== null && options !== void 0 ? options : {}, Object.assign({ placeHolder: (0, localize_1.localize)('selectResource', 'Select resource') }, promptOptions));
this.pickFilter = new AzureResourcePickFilter(this.pickOptions);

@@ -27,0 +25,0 @@ }

{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "0.4.3",
"version": "0.4.4",
"description": "Common UI tools for developing Azure extensions for VS Code",

@@ -6,0 +6,0 @@ "tags": [

Sorry, the diff of this file is too big to display

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