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.2.4 to 0.2.5

23

hostapi.d.ts

@@ -89,16 +89,17 @@ /*---------------------------------------------------------------------------------------------

export interface AppResourceFilter {
type: string;
kind?: string;
/**
* ARM tags that must be present on the resource. Resource must match all provided tags.
*/
tags?: Record<string, string>;
}
export interface PickAppResourceOptions extends IAzureQuickPickOptions {
/**
* Options to filter the picks
* Options to filter the picks to resources that match any of the provided filters
*/
filter?: {
/**
* App resource type to filter the app resource picks
*/
type: string;
/**
* App resource kind to filter the app resource picks
*/
kind?: string;
}
filter?: AppResourceFilter | AppResourceFilter[];

@@ -105,0 +106,0 @@ /**

{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "0.2.4",
"version": "0.2.5",
"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