Socket
Socket
Sign inDemoInstall

@azure/msal-browser

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/msal-browser - npm Package Compare versions

Comparing version 2.14.1 to 2.14.2

dist/_virtual/_tslib.js

77

CHANGELOG.json

@@ -5,2 +5,79 @@ {

{
"date": "Wed, 12 May 2021 18:35:03 GMT",
"tag": "@azure/msal-browser_v2.14.2",
"version": "2.14.2",
"comments": {
"none": [
{
"comment": "[docs] updates and replacements",
"author": "dogan.erisen@gmail.com",
"commit": "56a947b117302218a625d365b63e8ad85859125f",
"package": "@azure/msal-browser"
},
{
"comment": "replace legacy password-reset flow",
"author": "dogan.erisen@gmail.com",
"commit": "f272ffce86591aeeacd892f3b53e522ebcd19555",
"package": "@azure/msal-browser"
},
{
"comment": "Regenerate package-lock #3510",
"author": "joarroyo@microsoft.com",
"commit": "ba0092a452f71a7bc58aaf7acdf94536d66f7493",
"package": "@azure/msal-browser"
},
{
"comment": "Add incompatibility with Azure App Proxy to browser FAQ",
"author": "janutter@microsoft.com",
"commit": "daf2d0cb86225ab84d9be11fd147ac045ab72e9e",
"package": "@azure/msal-browser"
},
{
"comment": "Use msrCrypto for browsers unit tests",
"author": "janutter@microsoft.com",
"commit": "9b35b53d3dcecf1e560bb7607265f3aa1a463447",
"package": "@azure/msal-browser"
},
{
"comment": "Add known issues for IE",
"author": "janutter@microsoft.com",
"commit": "f86c673b1baed6b94e0a3d890d4eecdae6a1160a",
"package": "@azure/msal-browser"
}
],
"patch": [
{
"comment": "Adjust log messages #3589",
"author": "joarroyo@microsoft.com",
"commit": "822ea2293a3f2e6fa3182a9bea97f122758952bd",
"package": "@azure/msal-browser"
},
{
"comment": "Fix hash removal from URL and browser history after interactive request #3609",
"author": "hemoral@microsoft.com",
"commit": "b773d95b05f87030ad3e72689cd2f847d8298fb7",
"package": "@azure/msal-browser"
},
{
"comment": "Update account equality check #3527",
"author": "thomas.norling@microsoft.com",
"commit": "878253750fecf12b4a865a5821df20d333ff0134",
"package": "@azure/msal-browser"
},
{
"comment": "Close popup if error is thrown before popup window navigation occurs #3572",
"author": "thomas.norling@microsoft.com",
"commit": "1ddbb1bec251759959be5d5962e44d9c6537ce7c",
"package": "@azure/msal-browser"
},
{
"comment": "change msal-browser/msal-common to preserveModules to enable tree-shaking #3300",
"author": "oo.thomas96@gmail.com",
"commit": "065f107fff0e2dd37d9c8cee2fd6808988bb4038",
"package": "@azure/msal-browser"
}
]
}
},
{
"date": "Thu, 22 Apr 2021 23:26:08 GMT",

@@ -7,0 +84,0 @@ "tag": "@azure/msal-browser_v2.14.1",

# Change Log - @azure/msal-browser
This log was last generated on Thu, 22 Apr 2021 23:26:08 GMT and should not be manually modified.
This log was last generated on Wed, 12 May 2021 18:35:03 GMT and should not be manually modified.
<!-- Start content -->
## 2.14.2
Wed, 12 May 2021 18:35:03 GMT
### Patches
- Adjust log messages #3589 (joarroyo@microsoft.com)
- Fix hash removal from URL and browser history after interactive request #3609 (hemoral@microsoft.com)
- Update account equality check #3527 (thomas.norling@microsoft.com)
- Close popup if error is thrown before popup window navigation occurs #3572 (thomas.norling@microsoft.com)
- change msal-browser/msal-common to preserveModules to enable tree-shaking #3300 (oo.thomas96@gmail.com)
## 2.14.1

@@ -8,0 +20,0 @@

2

dist/cache/BrowserCacheManager.d.ts

@@ -143,3 +143,3 @@ import { CommonAuthorizationCodeRequest, ICrypto, AccountEntity, IdTokenEntity, AccessTokenEntity, RefreshTokenEntity, AppMetadataEntity, CacheManager, ServerTelemetryEntity, ThrottlingEntity, Logger, AuthorityMetadataEntity } from "@azure/msal-common";

* Gets cache item with given key.
* Will retrieve frm cookies if storeAuthStateInCookie is set to true.
* Will retrieve from cookies if storeAuthStateInCookie is set to true.
* @param key

@@ -146,0 +146,0 @@ */

export declare const name = "@azure/msal-browser";
export declare const version = "2.14.1";
export declare const version = "2.14.2";
//# sourceMappingURL=packageMetadata.d.ts.map

@@ -10,3 +10,3 @@ import { INetworkModule } from "@azure/msal-common";

*/
static clearHash(): void;
static clearHash(contentWindow: Window): void;
/**

@@ -13,0 +13,0 @@ * Replaces current hash with hash from provided url

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

},
"version": "2.14.1",
"version": "2.14.2",
"description": "Microsoft Authentication Library for js",

@@ -25,4 +25,5 @@ "keywords": [

],
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"sideEffects": false,
"main": "./dist/index.cjs.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -69,3 +70,3 @@ "engines": {

"@istanbuljs/nyc-config-babel": "^2.1.1",
"@trust/webcrypto": "^0.9.2",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/chai": "^4.2.5",

@@ -86,5 +87,3 @@ "@types/chai-as-promised": "^7.1.2",

"rimraf": "^3.0.0",
"rollup": "^1.24.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup": "^2.46.0",
"rollup-plugin-terser": "^7.0.2",

@@ -100,4 +99,4 @@ "rollup-plugin-typescript2": "^0.29.0",

"dependencies": {
"@azure/msal-common": "^4.2.1"
"@azure/msal-common": "^4.3.0"
}
}

@@ -60,3 +60,3 @@ # Microsoft Authentication Library for JavaScript (MSAL.js) 2.0 for Browser-Based Single-Page Applications

```html
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.14.1/js/msal-browser.min.js"></script>
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.14.2/js/msal-browser.min.js"></script>
```

@@ -63,0 +63,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 too big to display

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 too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc