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.5.1 to 2.5.2

15

CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"date": "Mon, 02 Nov 2020 23:33:39 GMT",
"tag": "@azure/msal-browser_v2.5.2",
"version": "2.5.2",
"comments": {
"patch": [
{
"comment": "Fix JSON.parse issue and cache value validation (#2527)",
"author": "prkanher@microsoft.com",
"commit": "62cfc6bf4a8f299ba7160a70a71c84890b49a051",
"package": "@azure/msal-browser"
}
]
}
},
{
"date": "Fri, 30 Oct 2020 00:52:19 GMT",

@@ -7,0 +22,0 @@ "tag": "@azure/msal-browser_v2.5.1",

10

changelog.md
# Change Log - @azure/msal-browser
This log was last generated on Fri, 30 Oct 2020 00:52:19 GMT and should not be manually modified.
This log was last generated on Mon, 02 Nov 2020 23:33:39 GMT and should not be manually modified.
<!-- Start content -->
## 2.5.2
Mon, 02 Nov 2020 23:33:39 GMT
### Patches
- Fix JSON.parse issue and cache value validation (#2527) (prkanher@microsoft.com)
## 2.5.1

@@ -8,0 +16,0 @@

2

dist/src/cache/BrowserCacheManager.d.ts

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

*/
private IsJSON;
private validateAndParseJson;
/**

@@ -41,0 +41,0 @@ * fetches the entry from the browser storage based off the key

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

},
"version": "2.5.1",
"version": "2.5.2",
"description": "Microsoft Authentication Library for js",

@@ -16,0 +16,0 @@ "keywords": [

@@ -61,3 +61,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.5.1/js/msal-browser.min.js"></script>
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.5.2/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

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