🚀 DAY 2 OF LAUNCH WEEK: Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies.Learn more →
Socket
Book a DemoInstallSign in
Socket

@trycourier/courier-ui-toast

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trycourier/courier-ui-toast

Toast components for the Courier web UI

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
5
Created
Source

@trycourier/courier-ui-toast

Toast notification components for the Courier web UI.

Using React? Use the @trycourier/courier-react package.

Installation

npm install @trycourier/courier-ui-toast

Usage

Check out the Courier documentation for a full guide to Courier Toast Web Components.

Examples

courier-toast

<body>

  <courier-toast id="toast"></courier-toast>

  <script type="module">
    import { Courier } from '@trycourier/courier-ui-toast';

    // Generate a JWT for your user (do this on your backend server)
    const jwt = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'; // Replace with actual JWT

    // Authenticate the user
    Courier.shared.signIn({
      userId: $YOUR_USER_ID,
      jwt: jwt
    });
  </script>

</body>

Share feedback with Courier

Have an idea or feedback about our SDKs? Let us know!

Open an issue: Courier Web Issues

Keywords

courier

FAQs

Package last updated on 13 Nov 2025

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