New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/vscode-azureresources-api

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/vscode-azureresources-api - npm Package Compare versions

Comparing version

to
2.0.1

11

dist/vscode-azureresources-api.d.ts

@@ -1,14 +0,4 @@

import type { Activity } from '@microsoft/vscode-azext-utils/hostapi';
import type { Environment } from '@azure/ms-rest-azure-env';
import * as vscode from 'vscode';
export declare interface ActivityApi {
/**
* Registers an activity to appear in the activity window.
*
* @param activity - The activity information to show.
*/
registerActivity(activity: Activity): Promise<void>;
}
export declare namespace apiUtils {

@@ -200,3 +190,2 @@ export interface AzureExtensionApiProvider {

export declare interface AzureResourcesExtensionApi extends AzureExtensionApi {
activity: ActivityApi;
resources: ResourcesApi;

@@ -203,0 +192,0 @@ }

1

out/src/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./activity"), exports);
__exportStar(require("./AzExtResourceType"), exports);

@@ -24,0 +23,0 @@ __exportStar(require("./extensionApi"), exports);

3

package.json
{
"name": "@microsoft/vscode-azureresources-api",
"version": "2.0.0",
"version": "2.0.1",
"description": "Type declarations and client library for the Azure Resources extension API",

@@ -16,3 +16,2 @@ "main": "out/index.js",

"@azure/ms-rest-azure-env": "^2.0.0",
"@microsoft/vscode-azext-utils": "^0.4.0",
"@types/node": "^16.0.0",

@@ -19,0 +18,0 @@ "@types/vscode": "^1.64.0"