Socket
Socket
Sign inDemoInstall

stytch

Package Overview
Dependencies
Maintainers
13
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.13.0 to 3.13.1

2

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

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

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

}
export interface GitLabOAuthFactor {
delivery_method: "oauth_gitlab";
type: string;
last_authenticated_at: string;
gitlab_oauth_factor: {
id: string;
email_id: string;
provider_subject: string;
};
}
export interface FacebookOAuthFactor {

@@ -146,3 +156,3 @@ delivery_method: "oauth_facebook";

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

@@ -149,0 +159,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