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 1.6.0 to 1.6.1

15

CHANGELOG.json

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

{
"date": "Thu, 15 Oct 2020 00:49:18 GMT",
"tag": "@azure/msal-common_v1.6.1",
"version": "1.6.1",
"comments": {
"patch": [
{
"comment": "Removing unused errors in msal-common and fixing possible build errors in @azure/msal-common@1.6.0 (#2432)",
"author": "sameera.gajjarapu@microsoft.com",
"commit": "c752e512993dc3a294b51fe0849c70e3cfeafa3e",
"package": "@azure/msal-common"
}
]
}
},
{
"date": "Wed, 14 Oct 2020 23:45:07 GMT",

@@ -7,0 +22,0 @@ "tag": "@azure/msal-common_v1.6.0",

10

changelog.md
# Change Log - @azure/msal-common
This log was last generated on Wed, 14 Oct 2020 23:45:07 GMT and should not be manually modified.
This log was last generated on Thu, 15 Oct 2020 00:49:18 GMT and should not be manually modified.
<!-- Start content -->
## 1.6.1
Thu, 15 Oct 2020 00:49:18 GMT
### Patches
- Removing unused errors in msal-common and fixing possible build errors in @azure/msal-common@1.6.0 (#2432) (sameera.gajjarapu@microsoft.com)
## 1.6.0

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

35

dist/src/error/ClientAuthError.d.ts

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

};
invalidAuthorityType: {
code: string;
desc: string;
};
hashNotDeserialized: {

@@ -52,6 +48,2 @@ code: string;

};
accountMismatchError: {
code: string;
desc: string;
};
noTokensFoundError: {

@@ -61,10 +53,2 @@ code: string;

};
cacheParseError: {
code: string;
desc: string;
};
userLoginRequiredError: {
code: string;
desc: string;
};
multipleMatchingTokens: {

@@ -185,9 +169,4 @@ code: string;

/**
* Creates an error thrown if authority type is not valid.
* @param invalidAuthorityError
*/
static createInvalidAuthorityTypeError(givenUrl: string): ClientAuthError;
/**
* Creates an error thrown when the hash cannot be deserialized.
* @param invalidAuthorityError
* @param hashParamObj
*/

@@ -209,6 +188,2 @@ static createHashNotDeserializedError(hashParamObj: string): ClientAuthError;

/**
* Creates an error thrown when the cached account and response account do not match.
*/
static createAccountMismatchError(): ClientAuthError;
/**
* Creates an error thrown when the authorization code required for a token request is null or empty.

@@ -218,10 +193,2 @@ */

/**
* Creates an error in cache parsing.
*/
static createCacheParseError(cacheKey: string): ClientAuthError;
/**
* Throws error when renewing token without login.
*/
static createUserLoginRequiredError(): ClientAuthError;
/**
* Throws error when multiple tokens are in cache for the given scope.

@@ -228,0 +195,0 @@ * @param scope

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

},
"version": "1.6.0",
"version": "1.6.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