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.10.1-next.2 to 0.10.1-unstable.49

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.10.1-next.2+488111f",
"version": "0.10.1-unstable.49+79bca14",
"source": "src/index.ts",

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

],
"private": false,
"publishConfig": {

@@ -46,3 +47,3 @@ "access": "public"

],
"gitHead": "488111f22ed6a844f0db4738994647e02e0cf23d"
"gitHead": "79bca14b2561576176b0ed87bffb87f7f16a2c97"
}

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