Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-utils

Package Overview
Dependencies
Maintainers
12
Versions
87
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 2.0.5 to 2.1.0

4

out/src/activityLog/activities/ExecuteActivity.js

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

if (this.context.activityChildren) {
return this.context.activityChildren;
return this.context.activityChildren.reverse();
}

@@ -46,3 +46,3 @@ const ti = new GenericTreeItem_1.GenericTreeItem(parent, {

if (this.context.activityChildren) {
return this.context.activityChildren;
return this.context.activityChildren.reverse();
}

@@ -49,0 +49,0 @@ return [

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

Object.defineProperty(exports, "registerUIExtensionVariables", { enumerable: true, get: function () { return extensionVariables_1.registerUIExtensionVariables; } });
__exportStar(require("./getAzExtResourceType"), exports);
var masking_1 = require("./masking");

@@ -40,0 +39,0 @@ Object.defineProperty(exports, "addExtensionValueToMask", { enumerable: true, get: function () { return masking_1.addExtensionValueToMask; } });

{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "2.0.5",
"version": "2.1.0",
"description": "Common UI tools for developing Azure extensions for VS Code",

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

Sorry, the diff of this file is too big to display

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