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.24 to 0.3.25

5

hostapi.v2.d.ts

@@ -264,7 +264,4 @@ /*---------------------------------------------------------------------------------------------

* A provider for supplying items for the workspace resource tree (e.g., storage emulator, function apps in workspace, etc.).
*
* When a resources source is undefined, the resource is a global or system level resource not associated with a workspace folder.
*
*/
export type WorkspaceResourceProvider = ResourceProvider<vscode.WorkspaceFolder | undefined, WorkspaceResource>;
export type WorkspaceResourceProvider = ResourceProvider<void, WorkspaceResource>;

@@ -271,0 +268,0 @@ /**

2

out/src/pickTreeItem/contextValue/compatibility/CompatibilityRecursiveQuickPickStep.js

@@ -75,3 +75,3 @@ "use strict";

} : {};
const shouldAddCreatePick = (0, isAzExtTreeItem_1.isAzExtParentTreeItem)(lastPickedItemTi) && !!lastPickedItemTi.createChildImpl;
const shouldAddCreatePick = (0, isAzExtTreeItem_1.isAzExtParentTreeItem)(lastPickedItemTi) && !!lastPickedItemTi.createChildImpl && !!lastPickedItemTi.childTypeLabel && !wizardContext.suppressCreatePick;
// Need to keep going because the last picked node is not a match

@@ -78,0 +78,0 @@ return {

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