@azure/msal-browser 4.13.0 → 4.13.1

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 (82) hide show
  1. package/dist/app/IPublicClientApplication.mjs +1 -1
  2. package/dist/app/PublicClientApplication.mjs +1 -1
  3. package/dist/app/PublicClientNext.mjs +1 -1
  4. package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  5. package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  6. package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  7. package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  8. package/dist/cache/AccountManager.mjs +1 -1
  9. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  10. package/dist/cache/BrowserCacheManager.mjs +1 -1
  11. package/dist/cache/CacheHelpers.mjs +1 -1
  12. package/dist/cache/CookieStorage.mjs +1 -1
  13. package/dist/cache/DatabaseStorage.mjs +1 -1
  14. package/dist/cache/LocalStorage.mjs +1 -1
  15. package/dist/cache/MemoryStorage.mjs +1 -1
  16. package/dist/cache/SessionStorage.mjs +1 -1
  17. package/dist/cache/TokenCache.mjs +1 -1
  18. package/dist/config/Configuration.mjs +1 -1
  19. package/dist/controllers/ControllerFactory.mjs +1 -1
  20. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  21. package/dist/controllers/StandardController.mjs +1 -1
  22. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  23. package/dist/crypto/BrowserCrypto.mjs +1 -1
  24. package/dist/crypto/CryptoOps.mjs +1 -1
  25. package/dist/crypto/PkceGenerator.mjs +1 -1
  26. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  27. package/dist/encode/Base64Decode.mjs +1 -1
  28. package/dist/encode/Base64Encode.mjs +1 -1
  29. package/dist/error/BrowserAuthError.mjs +1 -1
  30. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  31. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  32. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  33. package/dist/error/NativeAuthError.mjs +1 -1
  34. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  35. package/dist/error/NestedAppAuthError.mjs +1 -1
  36. package/dist/event/EventHandler.mjs +1 -1
  37. package/dist/event/EventMessage.mjs +1 -1
  38. package/dist/event/EventType.mjs +1 -1
  39. package/dist/index.mjs +1 -1
  40. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  41. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  42. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  43. package/dist/interaction_client/PopupClient.mjs +1 -1
  44. package/dist/interaction_client/RedirectClient.mjs +1 -1
  45. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  46. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  47. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  48. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  49. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  50. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  51. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  52. package/dist/naa/BridgeError.mjs +1 -1
  53. package/dist/naa/BridgeProxy.mjs +1 -1
  54. package/dist/naa/BridgeStatusCode.mjs +1 -1
  55. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  56. package/dist/navigation/NavigationClient.mjs +3 -3
  57. package/dist/navigation/NavigationClient.mjs.map +1 -1
  58. package/dist/network/FetchClient.mjs +1 -1
  59. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  60. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  61. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  62. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  63. package/dist/packageMetadata.d.ts +1 -1
  64. package/dist/packageMetadata.mjs +2 -2
  65. package/dist/protocol/Authorize.mjs +1 -1
  66. package/dist/request/RequestHelpers.mjs +1 -1
  67. package/dist/response/ResponseHandler.mjs +1 -1
  68. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  69. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  70. package/dist/utils/BrowserConstants.mjs +1 -1
  71. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  72. package/dist/utils/BrowserUtils.mjs +1 -1
  73. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  74. package/lib/msal-browser.cjs +69 -69
  75. package/lib/msal-browser.cjs.map +1 -1
  76. package/lib/msal-browser.js +69 -69
  77. package/lib/msal-browser.js.map +1 -1
  78. package/lib/msal-browser.min.js +61 -61
  79. package/lib/types/packageMetadata.d.ts +1 -1
  80. package/package.json +1 -1
  81. package/src/navigation/NavigationClient.ts +2 -2
  82. package/src/packageMetadata.ts +1 -1
@@ -1,3 +1,3 @@
1
1
  export declare const name = "@azure/msal-browser";
2
- export declare const version = "4.13.0";
2
+ export declare const version = "4.13.1";
3
3
  //# sourceMappingURL=packageMetadata.d.ts.map
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
12
12
  },
13
- "version": "4.13.0",
13
+ "version": "4.13.1",
14
14
  "description": "Microsoft Authentication Library for js",
15
15
  "keywords": [
16
16
  "implicit",
@@ -41,9 +41,9 @@ export class NavigationClient implements INavigationClient {
41
41
  options: NavigationOptions
42
42
  ): Promise<boolean> {
43
43
  if (options.noHistory) {
44
- window.location.replace(url);
44
+ window.location.replace(url); // CodeQL [SM03712] Application owner controls the URL. User can't change it.
45
45
  } else {
46
- window.location.assign(url);
46
+ window.location.assign(url); // CodeQL [SM03712] Application owner controls the URL. User can't change it.
47
47
  }
48
48
 
49
49
  return new Promise((resolve) => {
@@ -1,3 +1,3 @@
1
1
  /* eslint-disable header/header */
2
2
  export const name = "@azure/msal-browser";
3
- export const version = "4.13.0";
3
+ export const version = "4.13.1";