New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@stytch/core

Package Overview
Dependencies
Maintainers
18
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stytch/core

npmnpm
Version
1.2.1
Version published
Weekly downloads
91K
-12.07%
Maintainers
18
Weekly downloads
 
Created
Source

Stytch Javascript SDK Core Components

Stytch Overview

Stytch is an authentication platform for developers. Onboard, authenticate, and engage your users with Stytch’s APIs. Improve security and user experience with flexible, passwordless authentication solutions. Let us build the infrastructure, so you can focus on your product.

Overview

This package provides core implementations for the Javascript SDKs - @stytch/vanilla-js, @stytch/react-native. Application code should never refer to this package directly.

Internals

This package contains shared types, errors, and utilities for the Stytch Javascript SDKs.

This package has two entrypoints -

// All publicly consumed types - requests, responses, UI config, etc
export * from '@stytch/core/public'

// All internal utilities
import { logger, InternalErrorType, ... } from '@stytch/core'

FAQs

Package last updated on 22 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts