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.2-next.11 to 0.10.2-unstable.72

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.2-next.11+6e6b83f",
"version": "0.10.2-unstable.72+34aa2c9",
"source": "src/index.ts",

@@ -18,6 +18,6 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.3.1",
"@types/jest": "^27.5.2",
"jest": "^27.5.1",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7"
"ts-jest": "^27.1.5"
},

@@ -31,2 +31,3 @@ "files": [

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

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

],
"gitHead": "6e6b83fe7e6887cd2faad5846b8b1c7ad24aee7b"
"gitHead": "34aa2c9e407ad98fdacf62c68fb85425a31c9856"
}

@@ -5,3 +5,3 @@ <!--suppress HtmlDeprecatedAttribute -->

<a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a>
<br>Microsoft Azure Active Directory Authenticator (Typescript)
<br>Microsoft Azure Active Directory Authenticator
<br>

@@ -18,3 +18,3 @@ </h1>

A Veramo plugin to authenticate using the Microsoft Authentication Library (MSAL).
A SSI-SDK plugin to authenticate using the Microsoft Authentication Library (MSAL).

@@ -21,0 +21,0 @@ ### Installation

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