Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/kiota-authentication-azure

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/kiota-authentication-azure - npm Package Compare versions

Comparing version 1.0.0-preview.49 to 1.0.0-preview.51

2

dist/es/src/azureIdentityAccessTokenProvider.d.ts

@@ -9,3 +9,3 @@ /**

import { type AccessTokenProvider, AllowedHostsValidator } from "@microsoft/kiota-abstractions";
import { type ObservabilityOptions } from "./observabilityOptions";
import { type ObservabilityOptions } from "./observabilityOptions.js";
/** Access token provider that leverages the Azure Identity library to retrieve an access token. */

@@ -12,0 +12,0 @@ export declare class AzureIdentityAccessTokenProvider implements AccessTokenProvider {

@@ -9,3 +9,3 @@ /**

import { trace } from "@opentelemetry/api";
import { ObservabilityOptionsImpl } from "./observabilityOptions";
import { ObservabilityOptionsImpl } from "./observabilityOptions.js";
/** Access token provider that leverages the Azure Identity library to retrieve an access token. */

@@ -12,0 +12,0 @@ export class AzureIdentityAccessTokenProvider {

@@ -9,3 +9,3 @@ /**

import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
import { type ObservabilityOptions } from "./observabilityOptions";
import { type ObservabilityOptions } from "./observabilityOptions.js";
export declare class AzureIdentityAuthenticationProvider extends BaseBearerTokenAuthenticationProvider {

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

@@ -8,4 +8,4 @@ /**

import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
import { AzureIdentityAccessTokenProvider } from "./azureIdentityAccessTokenProvider";
import { ObservabilityOptionsImpl } from "./observabilityOptions";
import { AzureIdentityAccessTokenProvider } from "./azureIdentityAccessTokenProvider.js";
import { ObservabilityOptionsImpl } from "./observabilityOptions.js";
export class AzureIdentityAuthenticationProvider extends BaseBearerTokenAuthenticationProvider {

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

@@ -7,4 +7,4 @@ /**

*/
export * from "./azureIdentityAuthenticationProvider";
export * from "./azureIdentityAccessTokenProvider";
export * from "./azureIdentityAuthenticationProvider.js";
export * from "./azureIdentityAccessTokenProvider.js";
//# sourceMappingURL=index.d.ts.map

@@ -7,4 +7,4 @@ /**

*/
export * from "./azureIdentityAuthenticationProvider";
export * from "./azureIdentityAccessTokenProvider";
export * from "./azureIdentityAuthenticationProvider.js";
export * from "./azureIdentityAccessTokenProvider.js";
//# sourceMappingURL=index.js.map
{
"name": "@microsoft/kiota-authentication-azure",
"version": "1.0.0-preview.49",
"version": "1.0.0-preview.51",
"description": "Authentication provider for Kiota using Azure Identity",

@@ -11,3 +11,3 @@ "main": "dist/es/src/index.js",

"build": "npm run build:esm",
"build:esm": "tsc",
"build:esm": "tsc && tsc-alias",
"test:node": "vitest run",

@@ -43,3 +43,3 @@ "test:browser": "vitest run --browser.name=chrome --browser.headless",

},
"gitHead": "0e26f615f2055e97a8a26412603cb11d0e4cdaf6"
"gitHead": "18ce5fd17f02186ba4151aa105d3a37ea1b50917"
}

Sorry, the diff of this file is not supported yet

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