@azure/msal-browser
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -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", |
# 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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3381779
21354