Socket
Socket
Sign inDemoInstall

@azure/msal-common

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/msal-common - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

21

CHANGELOG.json

@@ -5,2 +5,23 @@ {

{
"date": "Mon, 15 Mar 2021 23:45:17 GMT",
"tag": "@azure/msal-common_v4.0.3",
"version": "4.0.3",
"comments": {
"patch": [
{
"comment": "Use sid from account when available #3147",
"author": "prkanher@microsoft.com",
"commit": "1e98ccd91788fd8072226b9139eb109d83df1a25",
"package": "@azure/msal-common"
},
{
"comment": "Add network error for failed requests (#3146)",
"author": "thomas.norling@microsoft.com",
"commit": "07b2ea44a3f794d8812247020c729e00d49d33ec",
"package": "@azure/msal-common"
}
]
}
},
{
"date": "Wed, 03 Mar 2021 21:47:05 GMT",

@@ -7,0 +28,0 @@ "tag": "@azure/msal-common_v4.0.2",

11

changelog.md
# Change Log - @azure/msal-common
This log was last generated on Wed, 03 Mar 2021 21:47:05 GMT and should not be manually modified.
This log was last generated on Mon, 15 Mar 2021 23:45:17 GMT and should not be manually modified.
<!-- Start content -->
## 4.0.3
Mon, 15 Mar 2021 23:45:17 GMT
### Patches
- Use sid from account when available #3147 (prkanher@microsoft.com)
- Add network error for failed requests (#3146) (thomas.norling@microsoft.com)
## 4.0.2

@@ -8,0 +17,0 @@

@@ -63,3 +63,8 @@ import { BaseClient } from "./BaseClient";

private createLogoutUrlQueryString;
/**
* Helper to get sid from account. Returns null if idTokenClaims are not present or sid is not present.
* @param account
*/
private extractAccountSid;
}
//# sourceMappingURL=AuthorizationCodeClient.d.ts.map

@@ -27,2 +27,6 @@ import { AuthError } from "./AuthError";

};
networkError: {
code: string;
desc: string;
};
unableToGetOpenidConfigError: {

@@ -195,2 +199,6 @@ code: string;

/**
* Creates an error thrown when the fetch client throws
*/
static createNetworkError(endpoint: string, errDetail: string): ClientAuthError;
/**
* Creates an error thrown when the openid-configuration endpoint cannot be reached or does not contain the required data

@@ -197,0 +205,0 @@ */

2

dist/packageMetadata.d.ts
export declare const name = "@azure/msal-common";
export declare const version = "4.0.2";
export declare const version = "4.0.3";
//# sourceMappingURL=packageMetadata.d.ts.map

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

},
"version": "4.0.2",
"version": "4.0.3",
"description": "Microsoft Authentication Library for js",

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

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 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