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.1 to 3.10.2

2

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

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

@@ -38,3 +38,3 @@ import type { AxiosInstance, AxiosRequestConfig } from "axios";

type: string;
last_authenticated_at: Date;
last_authenticated_at: string;
email_factor: {

@@ -48,3 +48,3 @@ email_id: string;

type: string;
last_authenticated_at: Date;
last_authenticated_at: string;
phone_number_factor: {

@@ -69,3 +69,3 @@ phone_id: string;

last_authenticated_at: string;
google_oauth_factor: {
microsoft_oauth_factor: {
id: string;

@@ -80,3 +80,3 @@ email_id: string;

last_authenticated_at: string;
google_oauth_factor: {
apple_oauth_factor: {
id: string;

@@ -91,3 +91,3 @@ email_id: string;

last_authenticated_at: string;
google_oauth_factor: {
github_oauth_factor: {
id: string;

@@ -101,3 +101,3 @@ email_id: string;

type: string;
last_authenticated_at: Date;
last_authenticated_at: string;
webauthn_factor: {

@@ -112,3 +112,3 @@ webauthn_registration_id: string;

type: string;
last_authenticated_at: Date;
last_authenticated_at: string;
authenticator_app_factor: {

@@ -121,3 +121,3 @@ totp_id: string;

type: string;
last_authenticated_at: Date;
last_authenticated_at: string;
recovery_code_factor: {

@@ -127,3 +127,3 @@ totp_recovery_code_id: string;

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

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