@azure/msal-node
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -1,2 +0,2 @@ | ||
import { TokenKeys, AccountEntity, IdTokenEntity, AccessTokenEntity, RefreshTokenEntity, AppMetadataEntity, ServerTelemetryEntity, ThrottlingEntity, CacheManager, Logger, ValidCacheType, ICrypto, AuthorityMetadataEntity, ValidCredentialType } from "@azure/msal-common"; | ||
import { TokenKeys, AccountEntity, IdTokenEntity, AccessTokenEntity, RefreshTokenEntity, AppMetadataEntity, ServerTelemetryEntity, ThrottlingEntity, CacheManager, Logger, ValidCacheType, ICrypto, AuthorityMetadataEntity, ValidCredentialType, StaticAuthorityOptions } from "@azure/msal-common"; | ||
import { InMemoryCache, JsonCache, CacheKVStore } from "./serializer/SerializerTypes.js"; | ||
@@ -11,3 +11,3 @@ /** | ||
private changeEmitters; | ||
constructor(logger: Logger, clientId: string, cryptoImpl: ICrypto); | ||
constructor(logger: Logger, clientId: string, cryptoImpl: ICrypto, staticAuthorityOptions?: StaticAuthorityOptions); | ||
/** | ||
@@ -14,0 +14,0 @@ * Queue up callbacks |
export declare const name = "@azure/msal-node"; | ||
export declare const version = "2.2.0"; | ||
export declare const version = "2.3.0"; | ||
//# sourceMappingURL=packageMetadata.d.ts.map |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@azure/msal-node", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": { | ||
@@ -80,3 +80,3 @@ "name": "Microsoft", | ||
"dependencies": { | ||
"@azure/msal-common": "14.1.0", | ||
"@azure/msal-common": "14.2.0", | ||
"jsonwebtoken": "^9.0.0", | ||
@@ -83,0 +83,0 @@ "uuid": "^8.3.0" |
@@ -21,2 +21,3 @@ /* | ||
ValidCredentialType, | ||
StaticAuthorityOptions, | ||
} from "@azure/msal-common"; | ||
@@ -42,4 +43,9 @@ | ||
constructor(logger: Logger, clientId: string, cryptoImpl: ICrypto) { | ||
super(clientId, cryptoImpl, logger); | ||
constructor( | ||
logger: Logger, | ||
clientId: string, | ||
cryptoImpl: ICrypto, | ||
staticAuthorityOptions?: StaticAuthorityOptions | ||
) { | ||
super(clientId, cryptoImpl, logger, staticAuthorityOptions); | ||
this.logger = logger; | ||
@@ -46,0 +52,0 @@ } |
@@ -35,2 +35,3 @@ /* | ||
ClientAuthErrorCodes, | ||
buildStaticAuthorityOptions, | ||
} from "@azure/msal-common"; | ||
@@ -99,3 +100,4 @@ import { | ||
this.config.auth.clientId, | ||
this.cryptoProvider | ||
this.cryptoProvider, | ||
buildStaticAuthorityOptions(this.config.auth) | ||
); | ||
@@ -102,0 +104,0 @@ this.tokenCache = new TokenCache( |
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-node"; | ||
export const version = "2.2.0"; | ||
export const version = "2.3.0"; |
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 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 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 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 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 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 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 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 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 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
703817
14557
+ Added@azure/msal-common@14.2.0(transitive)
- Removed@azure/msal-common@14.1.0(transitive)
Updated@azure/msal-common@14.2.0