Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azureresources-api

Package Overview
Dependencies
1
Maintainers
11
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

4

CHANGELOG.md

@@ -9,2 +9,6 @@

## [2.2.1] - 2024-04-25
* Add "Web PubSub" resource type
## [2.2.0] - 2024-01-30

@@ -11,0 +15,0 @@

3

dist/vscode-azureresources-api.d.ts

@@ -100,3 +100,4 @@ import type { Environment } from '@azure/ms-rest-azure-env';

VirtualNetworks = "VirtualNetworks",
WebHostingEnvironments = "WebHostingEnvironments"
WebHostingEnvironments = "WebHostingEnvironments",
WebPubSub = "WebPubSub"
}

@@ -103,0 +104,0 @@

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

AzExtResourceType["WebHostingEnvironments"] = "WebHostingEnvironments";
AzExtResourceType["WebPubSub"] = "WebPubSub";
})(AzExtResourceType || (exports.AzExtResourceType = AzExtResourceType = {}));
//# sourceMappingURL=AzExtResourceType.js.map

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

'microsoft.signalrservice/signalr': AzExtResourceType_1.AzExtResourceType.SignalRService,
'microsoft.signalrservice/webpubsub': AzExtResourceType_1.AzExtResourceType.WebPubSub,
'microsoft.appplatform/spring': AzExtResourceType_1.AzExtResourceType.SpringApps,

@@ -94,0 +95,0 @@ 'microsoft.sql/servers': AzExtResourceType_1.AzExtResourceType.SqlServers,

{
"name": "@microsoft/vscode-azureresources-api",
"version": "2.2.0",
"version": "2.2.1",
"description": "Type declarations and client library for the Azure Resources extension API",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc