Socket
Socket
Sign inDemoInstall

@prosopo/client-bundle-example

Package Overview
Dependencies
2
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
117
increased by53.95%
Maintainers
3
Created
Weekly downloads
 

Readme

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 && \
npm -w @prosopo/procaptcha-bundle run bundle:dev && \
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

Last updated on 24 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc