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.10.0 to 2.11.0

dist/app/ClientApplication.d.ts

79

CHANGELOG.json

@@ -5,2 +5,81 @@ {

{
"date": "Tue, 02 Feb 2021 01:56:47 GMT",
"tag": "@azure/msal-browser_v2.11.0",
"version": "2.11.0",
"comments": {
"none": [
{
"comment": "Test changes",
"author": "prkanher@microsoft.com",
"commit": "12f9fa2b6a9530fac5f7570ee3c49dc39232284c",
"package": "@azure/msal-browser"
},
{
"comment": "Typedocs Updates (#2926)",
"author": "thomas.norling@microsoft.com",
"commit": "3fd4a48143ed4fb62b9e3266338b1abda920d68a",
"package": "@azure/msal-browser"
},
{
"comment": "Update acquire-token.md",
"author": "hello@kubaprzetakiewi.cz",
"commit": "828086ab6df566b7711d430cc0b98338293f1365",
"package": "@azure/msal-browser"
},
{
"comment": "Add project references (#2930)",
"author": "thomas.norling@microsoft.com",
"commit": "a836e77e372f1b4da28195d4ad8c0c75d6794875",
"package": "@azure/msal-browser"
},
{
"comment": "Test updates (#2949)",
"author": "thomas.norling@microsoft.com",
"commit": "cbdd4cd8ba23b5794aeb1f0788b828f1248f7236",
"package": "@azure/msal-browser"
},
{
"comment": "Update login-user.md",
"author": "hello@kubaprzetakiewi.cz",
"commit": "5e00712d7e7097c607cc9925b507c4532f6ecab1",
"package": "@azure/msal-browser"
},
{
"comment": "FAQ Update (#2928)",
"author": "thomas.norling@microsoft.com",
"commit": "6ad6d4d95da5f5753c3d4dea7b07b9af428cf2d2",
"package": "@azure/msal-browser"
}
],
"patch": [
{
"comment": "Fix temp cache cleanup when using localStorage (#2935)",
"author": "thomas.norling@microsoft.com",
"commit": "21dc607120091d51da368b850f0c6f8347d974dd",
"package": "@azure/msal-browser"
},
{
"comment": "Get package version from version.json (#2915)",
"author": "thomas.norling@microsoft.com",
"commit": "a6f4702f9439e318a8cb6dc65d1def16351a84fd",
"package": "@azure/msal-browser"
}
],
"minor": [
{
"comment": "Add initializeWrapperLibrary API (#2845)",
"author": "thomas.norling@microsoft.com",
"commit": "27597c148c718e3d001309349a4498a958688cbd",
"package": "@azure/msal-browser"
},
{
"comment": "Add getInteractionStatusFromEvent to msal-browser (#2885)",
"author": "joarroyo@microsoft.com",
"commit": "c263c12b7708dd61d8772e4fd147031e4eeb280d",
"package": "@azure/msal-browser"
}
]
}
},
{
"date": "Thu, 21 Jan 2021 21:48:01 GMT",

@@ -7,0 +86,0 @@ "tag": "@azure/msal-browser_v2.10.0",

16

changelog.md
# Change Log - @azure/msal-browser
This log was last generated on Thu, 21 Jan 2021 21:48:01 GMT and should not be manually modified.
This log was last generated on Tue, 02 Feb 2021 01:56:47 GMT and should not be manually modified.
<!-- Start content -->
## 2.11.0
Tue, 02 Feb 2021 01:56:47 GMT
### Minor changes
- Add initializeWrapperLibrary API (#2845) (thomas.norling@microsoft.com)
- Add getInteractionStatusFromEvent to msal-browser (#2885) (joarroyo@microsoft.com)
### Patches
- Fix temp cache cleanup when using localStorage (#2935) (thomas.norling@microsoft.com)
- Get package version from version.json (#2915) (thomas.norling@microsoft.com)
## 2.10.0

@@ -8,0 +22,0 @@

11

package.json

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

},
"version": "2.10.0",
"version": "2.11.0",
"description": "Microsoft Authentication Library for js",

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

"module": "./dist/index.es.js",
"types": "./dist/src/index.d.ts",
"types": "./dist/index.d.ts",
"engines": {

@@ -49,5 +49,2 @@ "node": ">=0.8.0"

"lint:fix": "npm run lint -- -- --fix",
"doc": "npm run doc:generate && npm run doc:deploy",
"doc:generate": "typedoc --mode modules --excludePrivate --excludeProtected --out ./ref ./src/ --gitRevision dev",
"doc:deploy": "gh-pages -d ref -a -e ref/msal-browser",
"test": "mocha",

@@ -83,3 +80,2 @@ "test:coverage": "nyc mocha",

"dotenv": "^8.2.0",
"gh-pages": "^2.2.0",
"husky": "^3.0.9",

@@ -101,8 +97,7 @@ "jsdom": "^15.2.1",

"tslint": "^5.20.0",
"typedoc": "^0.16.11",
"typescript": "^3.8.3"
},
"dependencies": {
"@azure/msal-common": "^3.0.0"
"@azure/msal-common": "^3.1.0"
}
}

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

| <a href="https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-javascriptspa" target="_blank">Getting Started</a> | <a href="https://aka.ms/aaddevv2" target="_blank">AAD Docs</a> | <a href="https://azuread.github.io/microsoft-authentication-library-for-js/ref/msal-browser/" target="_blank">Library Reference</a> |
| <a href="https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-javascriptspa" target="_blank">Getting Started</a> | <a href="https://aka.ms/aaddevv2" target="_blank">AAD Docs</a> | <a href="https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_browser.html" target="_blank">Library Reference</a> |
| --- | --- | --- |

@@ -61,3 +61,3 @@

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

@@ -64,0 +64,0 @@

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

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc