@azure/msal-browser 2.38.3 → 2.38.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/LICENSE +21 -21
  2. package/dist/_virtual/_tslib.js +1 -1
  3. package/dist/app/ClientApplication.js +1 -1
  4. package/dist/app/IPublicClientApplication.js +1 -1
  5. package/dist/app/PublicClientApplication.js +1 -1
  6. package/dist/broker/nativeBroker/NativeMessageHandler.js +1 -1
  7. package/dist/cache/AsyncMemoryStorage.js +1 -1
  8. package/dist/cache/BrowserCacheManager.js +1 -1
  9. package/dist/cache/BrowserStorage.js +1 -1
  10. package/dist/cache/CryptoKeyStore.js +1 -1
  11. package/dist/cache/DatabaseStorage.js +1 -1
  12. package/dist/cache/MemoryStorage.js +1 -1
  13. package/dist/cache/TokenCache.js +1 -1
  14. package/dist/config/Configuration.js +1 -1
  15. package/dist/crypto/BrowserCrypto.js +1 -1
  16. package/dist/crypto/CryptoOps.js +1 -1
  17. package/dist/crypto/GuidGenerator.js +1 -1
  18. package/dist/crypto/ModernBrowserCrypto.js +1 -1
  19. package/dist/crypto/MsBrowserCrypto.js +1 -1
  20. package/dist/crypto/MsrBrowserCrypto.js +1 -1
  21. package/dist/crypto/PkceGenerator.js +1 -1
  22. package/dist/crypto/SignedHttpRequest.js +1 -1
  23. package/dist/encode/Base64Decode.js +1 -1
  24. package/dist/encode/Base64Encode.js +1 -1
  25. package/dist/error/BrowserAuthError.js +1 -1
  26. package/dist/error/BrowserConfigurationAuthError.js +1 -1
  27. package/dist/error/NativeAuthError.js +1 -1
  28. package/dist/event/EventHandler.js +1 -1
  29. package/dist/event/EventMessage.js +1 -1
  30. package/dist/event/EventType.js +1 -1
  31. package/dist/index.cjs.js +3 -2
  32. package/dist/index.cjs.js.map +1 -1
  33. package/dist/index.js +1 -1
  34. package/dist/interaction_client/BaseInteractionClient.js +1 -1
  35. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.js +1 -1
  36. package/dist/interaction_client/NativeInteractionClient.js +1 -1
  37. package/dist/interaction_client/PopupClient.js +1 -1
  38. package/dist/interaction_client/RedirectClient.js +1 -1
  39. package/dist/interaction_client/SilentAuthCodeClient.js +1 -1
  40. package/dist/interaction_client/SilentCacheClient.js +1 -1
  41. package/dist/interaction_client/SilentIframeClient.js +1 -1
  42. package/dist/interaction_client/SilentRefreshClient.js +1 -1
  43. package/dist/interaction_client/StandardInteractionClient.js +1 -1
  44. package/dist/interaction_handler/InteractionHandler.js +1 -1
  45. package/dist/interaction_handler/RedirectHandler.js +1 -1
  46. package/dist/interaction_handler/SilentHandler.d.ts.map +1 -1
  47. package/dist/interaction_handler/SilentHandler.js +2 -1
  48. package/dist/interaction_handler/SilentHandler.js.map +1 -1
  49. package/dist/internals.js +1 -1
  50. package/dist/navigation/NavigationClient.js +1 -1
  51. package/dist/network/FetchClient.js +1 -1
  52. package/dist/network/XhrClient.js +1 -1
  53. package/dist/packageMetadata.d.ts +1 -1
  54. package/dist/packageMetadata.js +2 -2
  55. package/dist/packageMetadata.js.map +1 -1
  56. package/dist/telemetry/BrowserPerformanceClient.js +1 -1
  57. package/dist/telemetry/BrowserPerformanceMeasurement.js +1 -1
  58. package/dist/utils/BrowserConstants.js +1 -1
  59. package/dist/utils/BrowserProtocolUtils.js +1 -1
  60. package/dist/utils/BrowserStringUtils.js +1 -1
  61. package/dist/utils/BrowserUtils.js +1 -1
  62. package/dist/utils/MathUtils.js +1 -1
  63. package/lib/msal-browser.js +3 -2
  64. package/lib/msal-browser.js.map +1 -1
  65. package/lib/msal-browser.min.js +2 -2
  66. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) Microsoft Corporation. All rights reserved.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation. All rights reserved.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  /*! *****************************************************************************
4
4
  Copyright (c) Microsoft Corporation.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
4
4
  import { CryptoOps } from '../crypto/CryptoOps.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { BrowserConfigurationAuthError } from '../error/BrowserConfigurationAuthError.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
4
4
  import { PerformanceEvents, Constants, ServerError, InteractionRequiredAuthError, InteractionRequiredAuthErrorMessage } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../../_virtual/_tslib.js';
4
4
  import { NativeConstants, NativeExtensionMethod } from '../../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BrowserAuthError, BrowserAuthErrorMessage } from '../error/BrowserAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator, __spread } from '../_virtual/_tslib.js';
4
4
  import { CredentialType, RefreshTokenEntity, CacheManager, AccessTokenEntity, IdTokenEntity, AccountEntity, ClientAuthError, AppMetadataEntity, ServerTelemetryEntity, AuthorityMetadataEntity, Constants, PersistentCacheKeys, ThrottlingEntity, StringUtils, ProtocolUtils, CcsCredentialType, IdToken, DEFAULT_CRYPTO_IMPLEMENTATION } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { BrowserConfigurationAuthError } from '../error/BrowserConfigurationAuthError.js';
4
4
  import { BrowserCacheLocation } from '../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { AsyncMemoryStorage } from './AsyncMemoryStorage.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BrowserAuthError } from '../error/BrowserAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { AuthToken, CacheRecord, Authority, AccountEntity, IdTokenEntity, ScopeSet, AccessTokenEntity, RefreshTokenEntity, Constants } from '@azure/msal-common';
4
4
  import { BrowserAuthError } from '../error/BrowserAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __assign } from '../_virtual/_tslib.js';
4
4
  import { DEFAULT_SYSTEM_OPTIONS, StubbedNetworkModule, Constants, ProtocolMode, AzureCloudInstance, LogLevel } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BrowserStringUtils } from '../utils/BrowserStringUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { PerformanceEvents, JoseHeader } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { Constants } from '@azure/msal-common';
4
4
  import { MathUtils } from '../utils/MathUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { KEY_FORMAT_JWK } from '../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { Constants } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __spread, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { KEY_FORMAT_JWK } from '../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BrowserAuthError } from '../error/BrowserAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { CryptoOps } from './CryptoOps.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { Constants } from '@azure/msal-common';
4
4
  import { BrowserStringUtils } from '../utils/BrowserStringUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { Constants } from '@azure/msal-common';
4
4
  import { BrowserStringUtils } from '../utils/BrowserStringUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { StringUtils, AuthError } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { AuthError } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { InteractionRequiredAuthError, AuthError } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { AccountEntity, CacheManager } from '@azure/msal-common';
4
4
  import { EventType } from './EventType.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  import { EventType } from './EventType.js';
4
4
  import { InteractionType, InteractionStatus } from '../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.3 2023-10-27 */
1
+ /*! @azure/msal-browser v2.38.4 2024-03-26 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
@@ -10890,7 +10890,7 @@ var DEFAULT_BROWSER_CACHE_MANAGER = function (clientId, logger) {
10890
10890
 
10891
10891
  /* eslint-disable header/header */
10892
10892
  var name = "@azure/msal-browser";
10893
- var version = "2.38.3";
10893
+ var version = "2.38.4";
10894
10894
 
10895
10895
  /*
10896
10896
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -14221,6 +14221,7 @@ var SilentHandler = /** @class */ (function (_super) {
14221
14221
  */
14222
14222
  SilentHandler.prototype.createHiddenIframe = function () {
14223
14223
  var authFrame = document.createElement("iframe");
14224
+ authFrame.className = "msalSilentIframe";
14224
14225
  authFrame.style.visibility = "hidden";
14225
14226
  authFrame.style.position = "absolute";
14226
14227
  authFrame.style.width = authFrame.style.height = "0";