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

@whop-apps/core

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whop-apps/core

## `env`

canary
latest
npmnpm
Version
0.0.1-canary.117
Version published
Weekly downloads
2.4K
-40.15%
Maintainers
3
Weekly downloads
 
Created
Source

Core Docs

env

This module will automatically attempt to load the keys and env vars required by the whop sdk from the env.

If the env variables are not set and requested by other whop sdk components it will throw an error.

Currently required env variables:

  • WHOP_JWK_PK: Public key used to verify JWTs. Encoded as a JWK. This is NOT required. If not set, the sdk uses an internal hardcoded value.
  • WHOP_API_KEY: API key used to access the whop api. Get this from the app developer page on whop dashboard.
  • WHOP_WEBHOOK_KEY: API key used to verify webhook signatures. Get this from the webhooks section on the developer dashboard.
  • NEXT_PUBLIC_WHOP_APP_ID: APP ID of the current app. Get this from the app developer page on whop dashboard. Looks like: app_XXXXXXXX

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