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.0 to 4.0.1

15

CHANGELOG.json

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

{
"date": "Thu, 18 Feb 2021 00:34:32 GMT",
"tag": "@azure/msal-common_v4.0.1",
"version": "4.0.1",
"comments": {
"patch": [
{
"comment": "Clarify Device Code Timeout units (#3031)",
"author": "hemoral@microsoft.com",
"commit": "af97180664ec257f2fdb6f04ab0921affeb9a8f3",
"package": "@azure/msal-common"
}
]
}
},
{
"date": "Tue, 09 Feb 2021 01:48:22 GMT",

@@ -7,0 +22,0 @@ "tag": "@azure/msal-common_v4.0.0",

10

changelog.md
# Change Log - @azure/msal-common
This log was last generated on Tue, 09 Feb 2021 01:48:22 GMT and should not be manually modified.
This log was last generated on Thu, 18 Feb 2021 00:34:32 GMT and should not be manually modified.
<!-- Start content -->
## 4.0.1
Thu, 18 Feb 2021 00:34:32 GMT
### Patches
- Clarify Device Code Timeout units (#3031) (hemoral@microsoft.com)
## 4.0.0

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

2

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

@@ -12,3 +12,3 @@ import { DeviceCodeResponse } from "../response/DeviceCodeResponse";

* - resourceRequestUri - URI that token will be used for. Used for proof-of-possession flows.
* - timeout - Period in which the user explicitly configures for the polling of the device code endpoint. At the end of this period; assuming the device code has not expired yet; the device code polling is stopped and the request cancelled. The device code expiration window will always take precedence over this set period.
* - timeout - Timeout period in seconds which the user explicitly configures for the polling of the device code endpoint. At the end of this period; assuming the device code has not expired yet; the device code polling is stopped and the request cancelled. The device code expiration window will always take precedence over this set period.
*/

@@ -15,0 +15,0 @@ export declare type CommonDeviceCodeRequest = BaseAuthRequest & {

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

},
"version": "4.0.0",
"version": "4.0.1",
"description": "Microsoft Authentication Library for js",

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

Sorry, the diff of this file is too big to display

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