Socket
Socket
Sign inDemoInstall

@sphereon/ms-authenticator

Package Overview
Dependencies
Maintainers
4
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/ms-authenticator - npm Package Compare versions

Comparing version 0.9.1-unstable.88 to 0.9.1-unstable.108

2

dist/authenticators/MsAuthenticator.js

@@ -44,3 +44,3 @@ "use strict";

if (!authenticationArgs.credentialManifestUrl.startsWith(msIdentityHostName)) {
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName);
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName + `. value: ${authenticationArgs.credentialManifestUrl}`);
}

@@ -47,0 +47,0 @@ return msIdentityHostName;

{
"name": "@sphereon/ms-authenticator",
"version": "0.9.1-unstable.88+bc20d25",
"version": "0.9.1-unstable.108+321b682",
"source": "src/index.ts",

@@ -45,3 +45,3 @@ "main": "dist/index.js",

],
"gitHead": "bc20d25d9b58688fa745e6e1020979ad936025c0"
"gitHead": "321b68279f487b3abf210edf82dd9aa41006b255"
}

@@ -36,3 +36,3 @@ import { ConfidentialClientApplication, LogLevel, PublicClientApplication, UsernamePasswordRequest } from '@azure/msal-node'

if (!authenticationArgs.credentialManifestUrl.startsWith(msIdentityHostName)) {
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName)
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName + `. value: ${authenticationArgs.credentialManifestUrl}`)
}

@@ -39,0 +39,0 @@ return msIdentityHostName

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