Socket
Socket
Sign inDemoInstall

@azure/msal-common

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/msal-common - npm Package Compare versions

Comparing version 14.0.0-beta.0 to 14.0.0-beta.1

2

dist/account/AuthToken.js

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ClientAuthError } from '../error/ClientAuthError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ClientAuthError } from '../error/ClientAuthError.js';

@@ -144,2 +144,3 @@ import { AuthorityType } from "./AuthorityType";

* Update the retrieved metadata with regional information.
* User selected Azure region will be used if configured.
*/

@@ -146,0 +147,0 @@ private updateMetadataWithRegionalInformation;

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -389,34 +389,22 @@ import { AuthorityType } from './AuthorityType.js';

* Update the retrieved metadata with regional information.
* User selected Azure region will be used if configured.
*/
async updateMetadataWithRegionalInformation(metadata) {
this.performanceClient?.addQueueMeasurement(PerformanceEvents.AuthorityUpdateMetadataWithRegionalInformation, this.correlationId);
this.performanceClient?.setPreQueueTime(PerformanceEvents.RegionDiscoveryDetectRegion, this.correlationId);
const autodetectedRegionName = await this.regionDiscovery.detectRegion(this.authorityOptions.azureRegionConfiguration?.environmentRegion, this.regionDiscoveryMetadata);
const azureRegion = this.authorityOptions.azureRegionConfiguration?.azureRegion ===
Constants.AZURE_REGION_AUTO_DISCOVER_FLAG
? autodetectedRegionName
: this.authorityOptions.azureRegionConfiguration?.azureRegion;
if (this.authorityOptions.azureRegionConfiguration?.azureRegion ===
Constants.AZURE_REGION_AUTO_DISCOVER_FLAG) {
this.regionDiscoveryMetadata.region_outcome = autodetectedRegionName
? RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_SUCCESSFUL
: RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_FAILED;
}
else {
const userConfiguredAzureRegion = this.authorityOptions.azureRegionConfiguration?.azureRegion;
if (userConfiguredAzureRegion) {
if (userConfiguredAzureRegion !== Constants.AZURE_REGION_AUTO_DISCOVER_FLAG) {
this.regionDiscoveryMetadata.region_outcome = RegionDiscoveryOutcomes.CONFIGURED_NO_AUTO_DETECTION;
this.regionDiscoveryMetadata.region_used = userConfiguredAzureRegion;
return Authority.replaceWithRegionalInformation(metadata, userConfiguredAzureRegion);
}
this.performanceClient?.setPreQueueTime(PerformanceEvents.RegionDiscoveryDetectRegion, this.correlationId);
const autodetectedRegionName = await this.regionDiscovery.detectRegion(this.authorityOptions.azureRegionConfiguration?.environmentRegion, this.regionDiscoveryMetadata);
if (autodetectedRegionName) {
this.regionDiscoveryMetadata.region_outcome =
this.authorityOptions.azureRegionConfiguration
?.azureRegion === autodetectedRegionName
? RegionDiscoveryOutcomes.CONFIGURED_MATCHES_DETECTED
: RegionDiscoveryOutcomes.CONFIGURED_NOT_DETECTED;
this.regionDiscoveryMetadata.region_outcome = RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_SUCCESSFUL;
this.regionDiscoveryMetadata.region_used = autodetectedRegionName;
return Authority.replaceWithRegionalInformation(metadata, autodetectedRegionName);
}
else {
this.regionDiscoveryMetadata.region_outcome =
RegionDiscoveryOutcomes.CONFIGURED_NO_AUTO_DETECTION;
}
this.regionDiscoveryMetadata.region_outcome = RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_FAILED;
}
if (azureRegion) {
this.regionDiscoveryMetadata.region_used = azureRegion;
return Authority.replaceWithRegionalInformation(metadata, azureRegion);
}
return metadata;

@@ -423,0 +411,0 @@ }

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { Authority } from './Authority.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { Constants, ResponseCodes, RegionDiscoverySources } from '../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { Separators, CredentialType, AuthenticationScheme, THE_FAMILY_ID, APP_METADATA, AUTHORITY_METADATA_CONSTANTS } from '../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { CredentialEntity } from './CredentialEntity.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { Separators, CacheAccountType, CacheType, Constants } from '../../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { Separators, APP_METADATA } from '../../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { AUTHORITY_METADATA_CONSTANTS } from '../../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { CredentialType, CacheType, Separators, Constants, AuthenticationScheme } from '../../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { CredentialEntity } from './CredentialEntity.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { CredentialEntity } from './CredentialEntity.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { SERVER_TELEM_CONSTANTS } from '../../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ThrottlingConstants } from '../../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { BaseClient } from './BaseClient.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { buildClientConfiguration } from '../config/ClientConfiguration.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { BaseClient } from './BaseClient.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -11,2 +11,3 @@ import { BaseClient } from './BaseClient.js';

import { CacheOutcome } from '../utils/Constants.js';
import { StringUtils } from '../utils/StringUtils.js';

@@ -56,2 +57,8 @@ /*

}
else if (!this.config.cacheOptions.claimsBasedCachingEnabled &&
!StringUtils.isEmptyObj(request.claims)) {
// Must refresh due to request parameters.
this.logger.info("SilentFlowClient:acquireCachedToken - Skipping cache because claims-based caching is disabled and claims were requested.");
throw ClientAuthError.createRefreshRequiredError();
}
// We currently do not support silent flow for account === null use cases; This will be revisited for confidential flow usecases

@@ -58,0 +65,0 @@ if (!request.account) {

@@ -29,2 +29,3 @@ import { INetworkModule } from "../network/INetworkModule";

loggerOptions?: LoggerOptions;
cacheOptions?: CacheOptions;
storageInterface?: CacheManager;

@@ -44,2 +45,3 @@ networkInterface?: INetworkModule;

loggerOptions: Required<LoggerOptions>;
cacheOptions: Required<CacheOptions>;
storageInterface: CacheManager;

@@ -97,2 +99,10 @@ networkInterface: INetworkModule;

/**
* Use this to configure credential cache preferences in the ClientConfiguration object
*
* - claimsBasedCachingEnabled - Sets whether tokens should be cached based on the claims hash. Default is false.
*/
export type CacheOptions = {
claimsBasedCachingEnabled?: boolean;
};
/**
* Library-specific options

@@ -136,3 +146,3 @@ */

*/
export declare function buildClientConfiguration({ authOptions: userAuthOptions, systemOptions: userSystemOptions, loggerOptions: userLoggerOption, storageInterface: storageImplementation, networkInterface: networkImplementation, cryptoInterface: cryptoImplementation, clientCredentials: clientCredentials, libraryInfo: libraryInfo, telemetry: telemetry, serverTelemetryManager: serverTelemetryManager, persistencePlugin: persistencePlugin, serializableCache: serializableCache, }: ClientConfiguration): CommonClientConfiguration;
export declare function buildClientConfiguration({ authOptions: userAuthOptions, systemOptions: userSystemOptions, loggerOptions: userLoggerOption, cacheOptions: userCacheOptions, storageInterface: storageImplementation, networkInterface: networkImplementation, cryptoInterface: cryptoImplementation, clientCredentials: clientCredentials, libraryInfo: libraryInfo, telemetry: telemetry, serverTelemetryManager: serverTelemetryManager, persistencePlugin: persistencePlugin, serializableCache: serializableCache, }: ClientConfiguration): CommonClientConfiguration;
//# sourceMappingURL=ClientConfiguration.d.ts.map

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -29,2 +29,5 @@ import { DEFAULT_CRYPTO_IMPLEMENTATION } from '../crypto/ICrypto.js';

};
const DEFAULT_CACHE_OPTIONS = {
claimsBasedCachingEnabled: false,
};
const DEFAULT_NETWORK_IMPLEMENTATION = {

@@ -67,3 +70,3 @@ async sendGetRequestAsync() {

*/
function buildClientConfiguration({ authOptions: userAuthOptions, systemOptions: userSystemOptions, loggerOptions: userLoggerOption, storageInterface: storageImplementation, networkInterface: networkImplementation, cryptoInterface: cryptoImplementation, clientCredentials: clientCredentials, libraryInfo: libraryInfo, telemetry: telemetry, serverTelemetryManager: serverTelemetryManager, persistencePlugin: persistencePlugin, serializableCache: serializableCache, }) {
function buildClientConfiguration({ authOptions: userAuthOptions, systemOptions: userSystemOptions, loggerOptions: userLoggerOption, cacheOptions: userCacheOptions, storageInterface: storageImplementation, networkInterface: networkImplementation, cryptoInterface: cryptoImplementation, clientCredentials: clientCredentials, libraryInfo: libraryInfo, telemetry: telemetry, serverTelemetryManager: serverTelemetryManager, persistencePlugin: persistencePlugin, serializableCache: serializableCache, }) {
const loggerOptions = {

@@ -77,2 +80,3 @@ ...DEFAULT_LOGGER_IMPLEMENTATION,

loggerOptions: loggerOptions,
cacheOptions: { ...DEFAULT_CACHE_OPTIONS, ...userCacheOptions },
storageInterface: storageImplementation ||

@@ -79,0 +83,0 @@ new DefaultStorageClass(userAuthOptions.clientId, DEFAULT_CRYPTO_IMPLEMENTATION, new Logger(loggerOptions)),

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { AuthError } from '../error/AuthError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { JoseHeaderError } from '../error/JoseHeaderError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { TimeUtils } from '../utils/TimeUtils.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { Constants } from '../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { AuthError } from './AuthError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ClientAuthError } from './ClientAuthError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { Constants } from '../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { AuthError } from './AuthError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { AuthError } from './AuthError.js';

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

export { BaseClient } from "./client/BaseClient";
export { AuthOptions, SystemOptions, LoggerOptions, DEFAULT_SYSTEM_OPTIONS, AzureCloudOptions, ApplicationTelemetry, } from "./config/ClientConfiguration";
export { AuthOptions, SystemOptions, LoggerOptions, CacheOptions, DEFAULT_SYSTEM_OPTIONS, AzureCloudOptions, ApplicationTelemetry, } from "./config/ClientConfiguration";
export { IAppTokenProvider, AppTokenProviderParameters, AppTokenProviderResult, } from "./config/AppTokenProvider";

@@ -12,0 +12,0 @@ export { ClientConfiguration } from "./config/ClientConfiguration";

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ export { AuthorizationCodeClient } from './client/AuthorizationCodeClient.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { StringUtils } from '../utils/StringUtils.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { AuthError } from '../error/AuthError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ThrottlingUtils } from './ThrottlingUtils.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ThrottlingConstants, Constants, HeaderNames } from '../utils/Constants.js';

export declare const name = "@azure/msal-common";
export declare const version = "14.0.0-beta.0";
export declare const version = "14.0.0-beta.1";
//# sourceMappingURL=packageMetadata.d.ts.map

@@ -1,8 +0,8 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';
/* eslint-disable header/header */
const name = "@azure/msal-common";
const version = "14.0.0-beta.0";
const version = "14.0.0-beta.1";
export { name, version };
//# sourceMappingURL=packageMetadata.js.map

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ClientConfigurationError } from '../error/ClientConfigurationError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { AADServerParamKeys, Constants, ResponseMode, SSOTypes, HeaderNames, CLIENT_INFO, ClaimsRequestKeys, PasswordGrantConstants, AuthenticationScheme, ThrottlingConstants, OIDC_DEFAULT_SCOPES } from '../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { StringUtils } from '../utils/StringUtils.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ClientConfigurationError } from '../error/ClientConfigurationError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { buildClientInfo } from '../account/ClientInfo.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { IntFields, PerformanceEventStatus } from './PerformanceEvent.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { PerformanceClient } from './PerformanceClient.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { CacheOutcome, Constants, SERVER_TELEM_CONSTANTS, Separators } from '../../utils/Constants.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ClientConfigurationError } from '../error/ClientConfigurationError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { StringUtils } from './StringUtils.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

@@ -3,0 +3,0 @@ import { ClientAuthError } from '../error/ClientAuthError.js';

@@ -1,2 +0,2 @@

/*! @azure/msal-common v14.0.0-beta.0 2023-06-19 */
/*! @azure/msal-common v14.0.0-beta.1 2023-07-06 */
'use strict';

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

@@ -13,3 +13,3 @@ {

},
"version": "14.0.0-beta.0",
"version": "14.0.0-beta.1",
"description": "Microsoft Authentication Library for js",

@@ -51,3 +51,3 @@ "keywords": [

"prepack": "npm run build",
"metadata:check": "npx ts-node scripts/metadata.ts",
"metadata:check": "ts-node scripts/metadata.ts",
"format:check": "npx prettier --ignore-path .gitignore --check src test",

@@ -71,7 +71,7 @@ "format:fix": "npx prettier --ignore-path .gitignore --write src test"

"@types/debug": "^4.1.5",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.182",
"@types/node": "^20.3.1",
"@types/sinon": "^7.5.0",
"husky": "^3.0.9",
"jest": "^27.0.4",
"jest": "^29.5.0",
"lodash": "^4.17.21",

@@ -83,5 +83,5 @@ "prettier": "2.8.7",

"sinon": "^7.5.0",
"ts-jest": "^27.1.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^1.10.0",
"tslint": "^5.20.0",
"typescript": "^4.9.5",

@@ -88,0 +88,0 @@ "yargs": "^17.5.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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