🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@prosopo/client-bundle-example

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prosopo/client-bundle-example

This project is a _minimal_ example demonstrating how to include the Prosopo Procaptcha bundle in a client app.

latest
npmnpm
Version
2.10.11
Version published
Weekly downloads
110
23.6%
Maintainers
3
Weekly downloads
 
Created
Source

Getting Started with the Client Bundle Example

This project is a minimal example demonstrating how to include the Prosopo Procaptcha bundle in a client app.

How to run locally

1. Build & Deploy

Run these commands from the root of the captcha repo:

cp dev/scripts/env.development dev/scripts/.env.development && \
cp dev/scripts/env.development packages/procaptcha-bundle/.env.development && \
docker compose --file ./docker/docker-compose.development.yml up -d && \
npm i && \
npm run build:all && \
npm run setup:all && \
NODE_ENV=development npm -w @prosopo/procaptcha-bundle run bundle
NODE_ENV=development npm -w @prosopo/procaptcha-bundle run serve
NODE_ENV=development npm run start:all

2. Visit the App

The app is now running in development mode. Open http://localhost:9232 to view it in the browser.

FAQs

Package last updated on 19 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