
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
previewdrop
Advanced tools
CLI for PreviewDrop — live preview environments for every branch. Any Dockerfile, any stack.
Deploy and manage instant PR preview environments from the command line.
# Install globally
npm install -g previewdrop
# Or run without installing
npx previewdrop <command>
Requires Node.js 18+
# 1. Authenticate
npx previewdrop login
# 2. Deploy a branch
npx previewdrop deploy <project-uuid> --branch feature/new-ui --wait
# 3. Check status
npx previewdrop status a1b2c3d4-e5f6-7890-abcd-ef1234567890
previewdrop login [options]
Opens your browser to generate an API key. Paste it when prompted — stored locally for all subsequent commands.
-k, --key <api-key> — Provide an API key directly (skips browser flow)-H, --host <url> — Override the API host (default: https://previewdrop.dev)# Interactive
previewdrop login
# Non-interactive (CI)
previewdrop login --key pd_live_abc123
deployTrigger a new preview deployment.
previewdrop deploy <project-id> [options]
-b, --branch <branch> — Branch to deploy (default: project's default branch)--wait — Wait until deployment is ready or failed before exitingpreviewdrop deploy <project-uuid>
previewdrop deploy <project-uuid> --branch feature/new-ui
previewdrop deploy <project-uuid> --branch fix/bug-123 --wait
statusShow the status of a deployment.
previewdrop status <deployment-id> [options]
--watch — Poll until a terminal state is reachedPossible statuses: queued · building · deploying · ready · failed · stopped · expired
previewdrop status a1b2c3d4-e5f6-7890-abcd-ef1234567890
previewdrop status a1b2c3d4-e5f6-7890-abcd-ef1234567890 --watch
destroyStop and permanently remove a deployment.
previewdrop destroy <deployment-id> [options]
-y, --yes — Skip the confirmation promptpreviewdrop destroy a1b2c3d4-e5f6-7890-abcd-ef1234567890
previewdrop destroy a1b2c3d4-e5f6-7890-abcd-ef1234567890 --yes
list# List all projects
previewdrop list projects
# List deployments for a project
previewdrop list deployments <project-id> [--limit <n>]
-n, --limit <n> — Number of deployments to show (default: 10)# Authenticate once with a secret token
previewdrop login --key $PREVIEWDROP_API_KEY
# Deploy and block until done (exit 0 = ready, 1 = failed/stopped/expired)
previewdrop deploy $PROJECT_ID --branch $BRANCH_NAME --wait
MIT — © 2026 Global Software Development SRL
FAQs
CLI for PreviewDrop — live preview environments for every branch. Any Dockerfile, any stack.
The npm package previewdrop receives a total of 0 weekly downloads. As such, previewdrop popularity was classified as not popular.
We found that previewdrop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.