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.0 to 0.2.1

out/src/utils/contextUtils.js

10

hostapi.d.ts

@@ -177,3 +177,3 @@ /*---------------------------------------------------------------------------------------------

/**
* A type to describe the LocalResource objects that providers should give
* A type to describe the WorkspaceResource objects that providers should give to show in the workspace resource tree
*/

@@ -183,10 +183,10 @@ export type WorkspaceResource = AzExtTreeItem;

/**
* A provider for supplying items for the local resources tree (e.g., storage emulator, function apps in workspace, etc.)
* A provider for supplying items for the workspace resource tree (e.g., storage emulator, function apps in workspace, etc.)
*/
export interface WorkspaceResourceProvider {
/**
* Called to supply the tree nodes to the LocalResource tree
* @param parent The parent tree item (which will be the root of the local resource tree)
* Called to supply the tree nodes to the workspace resource tree
* @param parent The parent tree item (which will be the root of the workspace resource tree)
*/
provideResources(parent: AzExtParentTreeItem): vscode.ProviderResult<LocalResource[] | undefined>;
provideResources(parent: AzExtParentTreeItem): vscode.ProviderResult<WorkspaceResource[] | undefined>;
}

@@ -193,0 +193,0 @@

@@ -1509,1 +1509,7 @@ /*---------------------------------------------------------------------------------------------

}
/**
* @param values
* @returns a sorted, unique string of values separated by `;`
*/
export function createContextValue(values: string[]): string;

@@ -54,3 +54,4 @@ "use strict";

__exportStar(require("./wizard/DeleteConfirmationStep"), exports);
__exportStar(require("./utils/contextUtils"), exports);
// NOTE: The auto-fix action "source.organizeImports" does weird things with this file, but there doesn't seem to be a way to disable it on a per-file basis so we'll just let it happen
//# sourceMappingURL=index.js.map
{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "0.2.0",
"version": "0.2.1",
"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