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.0.1 to 0.0.2

6

index.d.ts

@@ -9,4 +9,2 @@ /*---------------------------------------------------------------------------------------------

import type { Environment } from '@azure/ms-rest-azure-env';
import type * as coreClient from '@azure/core-client';
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
import { Disposable, Event, ExtensionContext, FileChangeEvent, FileChangeType, FileStat, FileSystemProvider, FileType, InputBoxOptions, MarkdownString, MessageItem, MessageOptions, OpenDialogOptions, OutputChannel, Progress, QuickPickItem, QuickPickOptions, TextDocumentShowOptions, ThemeIcon, TreeDataProvider, TreeItem, Uri } from 'vscode';

@@ -1310,5 +1308,1 @@ import { TargetPopulation } from 'vscode-tas-client';

export function nonNullOrEmptyValue(value: string | undefined, propertyNameOrMessage?: string): string;
export declare namespace uiUtils {
export function listAllIterator<T>(list: (options?: coreClient.OperationOptions) => PagedAsyncIterableIterator<T>, options?: coreClient.OperationOptions)
}

1

out/src/index.js

@@ -45,3 +45,2 @@ "use strict";

__exportStar(require("./utils/AzExtFsExtra"), exports);
__exportStar(require("./utils/uiUtils"), exports);
__exportStar(require("./wizard/AzureNameStep"), exports);

@@ -48,0 +47,0 @@ __exportStar(require("./wizard/AzureWizard"), exports);

4

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

@@ -45,4 +45,2 @@ "tags": [

"devDependencies": {
"@azure/core-client": "^1.5.0",
"@azure/core-paging": "^1.2.1",
"@azure/ms-rest-azure-env": "^2.0.0",

@@ -49,0 +47,0 @@ "@microsoft/eslint-config-azuretools": "^0.1.0",

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