Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@universal-packages/authentication

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/authentication - npm Package Compare versions

Comparing version 1.8.1 to 1.9.0

defaults/extended/SendConfirmationThanks.universal-auth-dynamic.d.ts

1

defaults/main/VerifyConfirmation.universal-auth-dynamic.js

@@ -24,2 +24,3 @@ "use strict";

}
await authentication.performDynamic('send-confirmation-thanks', { authenticatable, credentialKind });
return { status: 'success', authenticatable };

@@ -26,0 +27,0 @@ }

2

package.json
{
"name": "@universal-packages/authentication",
"version": "1.8.1",
"version": "1.9.0",
"description": "Dynamic authentication api",

@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

@@ -802,2 +802,9 @@ # Authentication

### send-confirmation-thanks
- **`PAYLOAD`** `Object`
- **`authenticatable`** `Authenticatable`
- **`credentialKind`** `email | phone`
- **`RESULT`** `void`
### send-corroboration

@@ -804,0 +811,0 @@

@@ -397,2 +397,6 @@ export declare type ExtensibleUnion<T extends U, U = string | number | symbol> = T | (U & {

};
'send-confirmation-thanks': {
payload: SendConfirmationThanksPayload;
result: void;
};
'send-corroboration': {

@@ -576,2 +580,6 @@ payload: SendCorroborationPayload;

}
export interface SendConfirmationThanksPayload {
authenticatable: Authenticatable;
credentialKind: CredentialKind;
}
export interface SendCorroborationPayload {

@@ -578,0 +586,0 @@ credential: string;

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