Socket
Socket
Sign inDemoInstall

@azure/msal-node

Package Overview
Dependencies
Maintainers
3
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/msal-node - npm Package Compare versions

Comparing version 2.9.2 to 2.9.3-alpha.0

2

dist/packageMetadata.d.ts
export declare const name = "@azure/msal-node";
export declare const version = "2.9.2";
export declare const version = "2.9.3-alpha.0";
//# sourceMappingURL=packageMetadata.d.ts.map

@@ -24,3 +24,13 @@ import { AuthenticationScheme } from "@azure/msal-common";

correlationId?: string;
error?: string | ErrorObject;
error_description?: string;
error_codes?: Array<string>;
correlation_id?: string;
timestamp?: string;
trace_id?: string;
};
export type ErrorObject = {
code: string;
message: string;
};
//# sourceMappingURL=ManagedIdentityTokenResponse.d.ts.map

@@ -139,3 +139,3 @@ export declare const AUTHORIZATION_HEADER_NAME: string;

export declare const MANAGED_IDENTITY_RETRY_DELAY = 1000;
export declare const MANAGED_IDENTITY_HTTP_STATUS_CODES_TO_RETRY_ON: (500 | 404 | 408 | 429 | 503 | 504)[];
export declare const MANAGED_IDENTITY_HTTP_STATUS_CODES_TO_RETRY_ON: (404 | 408 | 429 | 500 | 503 | 504)[];
//# sourceMappingURL=Constants.d.ts.map
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@azure/msal-node",
"version": "2.9.2",
"version": "2.9.3-alpha.0",
"author": {

@@ -81,3 +81,3 @@ "name": "Microsoft",

"dependencies": {
"@azure/msal-common": "14.12.0",
"@azure/msal-common": "14.12.1-alpha.0",
"jsonwebtoken": "^9.0.0",

@@ -84,0 +84,0 @@ "uuid": "^8.3.0"

@@ -105,4 +105,16 @@ /*

// error
error: response.body.message,
correlation_id: response.body.correlationId,
correlation_id:
response.body.correlation_id || response.body.correlationId,
error:
typeof response.body.error === "string"
? response.body.error
: response.body.error?.code,
error_description:
response.body.message ||
(typeof response.body.error === "string"
? response.body.error_description
: response.body.error?.message),
error_codes: response.body.error_codes,
timestamp: response.body.timestamp,
trace_id: response.body.trace_id,
};

@@ -109,0 +121,0 @@

/* eslint-disable header/header */
export const name = "@azure/msal-node";
export const version = "2.9.2";
export const version = "2.9.3-alpha.0";

@@ -31,4 +31,26 @@ /*

// error
message?: string; // will be converted to error
correlationId?: string; // will be converted to correlation_id
/*
* (Web/Function) App Service
* 500 errors can return this from all MI sources as well
*/
message?: string;
correlationId?: string;
// IMDS, Azure Arc, Service Fabric (unconfirmed)
error?: string | ErrorObject;
error_description?: string;
error_codes?: Array<string>;
correlation_id?: string;
timestamp?: string;
trace_id?: string;
};
/*
* This is the only error property that exists for Cloud Shell
* It can also be the only thing App Service will return
*/
export type ErrorObject = {
code: string;
message: string;
};

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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