Socket
Socket
Sign inDemoInstall

stytch

Package Overview
Dependencies
Maintainers
11
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stytch - npm Package Compare versions

Comparing version 3.10.2 to 3.11.0

2

package.json
{
"name": "stytch",
"version": "3.10.2",
"version": "3.11.0",
"description": "A wrapper for the Stytch API",

@@ -5,0 +5,0 @@ "types": "./types/lib/index.d.ts",

@@ -93,2 +93,12 @@ import type { AxiosInstance, AxiosRequestConfig } from "axios";

}
export interface FacebookOAuthFactor {
delivery_method: "oauth_facebook";
type: string;
last_authenticated_at: string;
facebook_oauth_factor: {
id: string;
email_id: string;
provider_subject: string;
};
}
export interface WebAuthnFactor {

@@ -120,3 +130,3 @@ delivery_method: "webauthn_registration";

}
export declare type AuthenticationFactor = EmailFactor | PhoneNumberFactor | GoogleOAuthFactor | MicrosoftOAuthFactor | AppleOAuthFactor | GithubOAuthFactor | WebAuthnFactor | AuthenticatorAppFactor | RecoveryCodeFactor;
export declare type AuthenticationFactor = EmailFactor | PhoneNumberFactor | GoogleOAuthFactor | MicrosoftOAuthFactor | AppleOAuthFactor | GithubOAuthFactor | FacebookOAuthFactor | WebAuthnFactor | AuthenticatorAppFactor | RecoveryCodeFactor;
export interface Session {

@@ -123,0 +133,0 @@ session_id: string;

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