Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-azureauth

Package Overview
Dependencies
16
Maintainers
11
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.4.0

out/src/AzureDevOpsSubscriptionProvider.d.ts

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

@@ -0,0 +0,0 @@ MIT License

@@ -0,0 +0,0 @@ import type * as vscode from 'vscode';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { TokenCredential } from '@azure/core-auth';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type * as vscode from 'vscode';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as vscode from "vscode";

@@ -0,0 +0,0 @@ "use strict";

3

out/src/index.d.ts
export * from './AzureAuthentication';
export * from './AzureDevOpsSubscriptionProvider';
export * from './AzureSubscription';
export * from './AzureSubscriptionProvider';
export * from './NotSignedInError';
export * from './signInToTenant';
export * from './utils/configuredAzureEnv';
export * from './utils/getUnauthenticatedTenants';
export * from './VSCodeAzureSubscriptionProvider';
export * from './signInToTenant';

@@ -22,9 +22,10 @@ "use strict";

__exportStar(require("./AzureAuthentication"), exports);
__exportStar(require("./AzureDevOpsSubscriptionProvider"), exports);
__exportStar(require("./AzureSubscription"), exports);
__exportStar(require("./AzureSubscriptionProvider"), exports);
__exportStar(require("./NotSignedInError"), exports);
__exportStar(require("./signInToTenant"), exports);
__exportStar(require("./utils/configuredAzureEnv"), exports);
__exportStar(require("./utils/getUnauthenticatedTenants"), exports);
__exportStar(require("./VSCodeAzureSubscriptionProvider"), exports);
__exportStar(require("./signInToTenant"), exports);
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { AzureSubscriptionProvider } from "./AzureSubscriptionProvider";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as azureEnv from '@azure/ms-rest-azure-env';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { TenantIdDescription } from "@azure/arm-resources-subscriptions";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { TenantIdDescription } from '@azure/arm-resources-subscriptions';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@microsoft/vscode-azext-azureauth",
"author": "Microsoft Corporation",
"version": "2.3.0",
"version": "2.4.0",
"description": "Azure authentication helpers for Visual Studio Code",

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

"@azure/core-auth": "^1.4.0",
"@azure/identity": "^4.2.0",
"@microsoft/eslint-config-azuretools": "^0.2.1",

@@ -46,3 +47,3 @@ "@types/glob": "^8.1.0",

"@typescript-eslint/eslint-plugin": "^5.53.0",
"@vscode/test-electron": "^2.1.5",
"@vscode/test-electron": "^2.3.8",
"eslint": "^8.34.0",

@@ -58,4 +59,6 @@ "eslint-plugin-import": "^2.22.1",

"@azure/arm-resources-subscriptions": "^2.1.0",
"@azure/core-client": "^1.9.2",
"@azure/core-rest-pipeline": "^1.16.0",
"@azure/ms-rest-azure-env": "^2.0.0"
}
}

@@ -0,0 +0,0 @@ # VSCode Azure SDK for Node.js - Azure Auth

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