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.3.23 to 0.3.24

8

out/src/pickTreeItem/quickPickAzureResource/QuickPickAzureResourceStep.js

@@ -39,2 +39,10 @@ "use strict";

}
getQuickPickItem(element, item) {
const _super = Object.create(null, {
getQuickPickItem: { get: () => super.getQuickPickItem }
});
return __awaiter(this, void 0, void 0, function* () {
return Object.assign(Object.assign({}, yield _super.getQuickPickItem.call(this, element, item)), { description: element.resource.resourceGroup });
});
}
}

@@ -41,0 +49,0 @@ exports.QuickPickAzureResourceStep = QuickPickAzureResourceStep;

2

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

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

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