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.13.1 to 2.14.0

55

CHANGELOG.json

@@ -5,2 +5,57 @@ {

{
"date": "Wed, 14 Apr 2021 18:39:53 GMT",
"tag": "@azure/msal-browser_v2.14.0",
"version": "2.14.0",
"comments": {
"none": [
{
"comment": "Add Typedocs links to event doc #2964",
"author": "thomas.norling@microsoft.com",
"commit": "6e6b1e9cc11140d0f8da21a19fc0fef100b550c6",
"package": "@azure/msal-browser"
},
{
"comment": "[docs] code snippet correction",
"author": "dogan.erisen@gmail.com",
"commit": "1bdda4f0c07b4c7964fd627af17e8c906fbed5df",
"package": "@azure/msal-browser"
},
{
"comment": "Changes to test files",
"author": "prkanher@microsoft.com",
"commit": "543d4a94d7508da60ca5f12c710c5de3b240e4b6",
"package": "@azure/msal-browser"
},
{
"comment": "Docs update",
"author": "thomas.norling@microsoft.com",
"commit": "4e4a6b7334dedabc783f8da4f887f575cffc9c50",
"package": "@azure/msal-browser"
},
{
"comment": "property name correction",
"author": "dogan.erisen@gmail.com",
"commit": "7d728fd177f4914ada7a25e45ea91d5fe2a9bdbc",
"package": "@azure/msal-browser"
}
],
"patch": [
{
"comment": "Make SHR parameters optional (#3320)",
"author": "hemoral@microsoft.com",
"commit": "fd0dcd559af8ab0e04dec3c30cf3d4e122d6057d",
"package": "@azure/msal-browser"
}
],
"minor": [
{
"comment": "Add support for AccessToken_With_AuthScheme credential type #3426",
"author": "hectormgdev@gmail.com",
"commit": "c35e120dd8af5dda03b2480cf559cf226fb2fc21",
"package": "@azure/msal-browser"
}
]
}
},
{
"date": "Wed, 31 Mar 2021 22:25:57 GMT",

@@ -7,0 +62,0 @@ "tag": "@azure/msal-browser_v2.13.1",

14

changelog.md
# Change Log - @azure/msal-browser
This log was last generated on Wed, 31 Mar 2021 22:25:57 GMT and should not be manually modified.
This log was last generated on Wed, 14 Apr 2021 18:39:53 GMT and should not be manually modified.
<!-- Start content -->
## 2.14.0
Wed, 14 Apr 2021 18:39:53 GMT
### Minor changes
- Add support for AccessToken_With_AuthScheme credential type #3426 (hectormgdev@gmail.com)
### Patches
- Make SHR parameters optional (#3320) (hemoral@microsoft.com)
## 2.13.1

@@ -8,0 +20,0 @@

11

dist/crypto/CryptoOps.d.ts

@@ -1,7 +0,7 @@

import { ICrypto, PkceCodes, SignedHttpRequest } from "@azure/msal-common";
import { BaseAuthRequest, ICrypto, PkceCodes, SignedHttpRequest } from "@azure/msal-common";
export declare type CachedKeyPair = {
publicKey: CryptoKey;
privateKey: CryptoKey;
requestMethod: string;
requestUri: string;
requestMethod?: string;
requestUri?: string;
};

@@ -46,6 +46,5 @@ /**

* Generates a keypair, stores it and returns a thumbprint
* @param resourceRequestMethod
* @param resourceRequestUri
* @param request
*/
getPublicKeyThumbprint(resourceRequestMethod: string, resourceRequestUri: string): Promise<string>;
getPublicKeyThumbprint(request: BaseAuthRequest): Promise<string>;
/**

@@ -52,0 +51,0 @@ * Signs the given object as a jwt payload with private key retrieved by given kid.

export declare const name = "@azure/msal-browser";
export declare const version = "2.13.1";
export declare const version = "2.14.0";
//# sourceMappingURL=packageMetadata.d.ts.map

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

},
"version": "2.13.1",
"version": "2.14.0",
"description": "Microsoft Authentication Library for js",

@@ -97,4 +97,4 @@ "keywords": [

"dependencies": {
"@azure/msal-common": "^4.1.1"
"@azure/msal-common": "^4.2.0"
}
}

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

@@ -63,0 +63,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc