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

@whop-apps/dev-proxy

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whop-apps/dev-proxy

This proxy is designed to proxy traffic (ie requests) from an iframe to the localhost developer url of the developers local development server. In the proxy we fetch a user token and forward it to the app mimicking the behavior of the cloudflare proxy in

canary
latest
npmnpm
Version
0.0.1-canary.117
Version published
Maintainers
3
Created
Source

Whop App Dev Proxy

This proxy is designed to proxy traffic (ie requests) from an iframe to the localhost developer url of the developers local development server. In the proxy we fetch a user token and forward it to the app mimicking the behavior of the cloudflare proxy in production.

Usage

Install

pnpm install @whop-apps/dev-proxy

Run

pnpm whop-proxy

Configure

The proxy can be configured using the following command line options:


Usage: npm whop-proxy [options]

Options:

    --proxyPort <port>      The port the proxy should listen on (3000 by default)
    --upstreamPort <port>   The port the upstream server is listening on (set automatically by default)
    --npmCommand <command>  The npm command to run to start the upstream server (dev by default)
    --command <command>     The command to run to start the upstream server (npm run dev by default)

FAQs

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