Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-azureutils

Package Overview
Dependencies
10
Maintainers
10
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

index.d.ts

@@ -56,3 +56,3 @@ /*---------------------------------------------------------------------------------------------

* @param parent The parent of this node or undefined if it's the root of the tree.
* @param testAccount Unofficial api for testing - see `TestAzureAccount` in vscode-azureextensiondev package
* @param testAccount Unofficial api for testing - see `TestAzureAccount` in @microsoft/vscode-azext-dev package
*/

@@ -59,0 +59,0 @@ public constructor(parent?: AzExtParentTreeItem, testAccount?: {});

@@ -108,5 +108,8 @@ "use strict";

create: (nextPolicy, options) => new MissingContentTypePolicy(nextPolicy, options)
}, {
create: (nextPolicy, options) => new CorrelationIdPolicy(nextPolicy, options, context)
});
if (vscode.env.isTelemetryEnabled) {
defaultFactories.push({
create: (nextPolicy, options) => new CorrelationIdPolicy(nextPolicy, options, context)
});
}
// We want these to execute last

@@ -113,0 +116,0 @@ defaultFactories.unshift({

{
"name": "@microsoft/vscode-azext-azureutils",
"author": "Microsoft Corporation",
"version": "0.1.1",
"version": "0.1.2",
"description": "Common Azure utils for developing Azure extensions for VS Code",

@@ -51,2 +51,3 @@ "tags": [

"@microsoft/eslint-config-azuretools": "^0.1.0",
"@microsoft/vscode-azext-dev": "^0.1.1",
"@types/fs-extra": "^8.1.0",

@@ -66,5 +67,4 @@ "@types/mocha": "^7.0.2",

"typescript": "^4.3.5",
"vscode-azureextensiondev": "^0.10.4",
"vscode-test": "^1.3.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc