
Research
/Security News
Two Joyfill npm Beta Releases Compromised to Deliver DEV#POPPER Remote Access Trojan
Two Joyfill npm beta releases contain an import-time implant that uses blockchain transactions to retrieve a remote-access trojan.
@tyroneross/replit-migrate
Advanced tools
Replit app migration toolkit for web, Vercel, iOS, and macOS moves, with plugin guidance and MCP-backed migration checks.
Claude Code plugin that migrates Replit apps to web (Vercel/Cloudflare/standalone) or native iOS/macOS apps. Generates risk-ordered migration plans with lessons encoded from real migrations.
npm install -g @tyroneross/replit-migrate
Or install as a Claude Code plugin:
claude plugin add @tyroneross/replit-migrate
# Scan a Replit project
/replit-migrate:scan
# Generate a web migration plan
/replit-migrate:migrate web
# Generate a native iOS migration plan
/replit-migrate:migrate native
# Scan
replit-migrate scan ./my-replit-app
# Plan web migration
replit-migrate plan web ./my-replit-app --deploy vercel
# Plan native migration
replit-migrate plan native ./my-replit-app --platform ios
# Check progress
replit-migrate progress ./my-replit-app
Plans are shaped by real migration experience:
| Lesson | Source | Effect |
|---|---|---|
| Spike auth first | ProductPilot (6+ fix commits) | Auth tasks ordered first in web plans |
| Bundler config upfront | ProductPilot (4+ fix commits) | Config generation before feature code |
| Architecture doc first | FloDoro (51 builds) | Native plans start with architecture doc |
| Platform constraints before UI | FloDoro watchOS redesign | Constraint checklist before any views |
| IBR from build 1 | FloDoro (caught issues at build 36) | Testing included from first task |
This package ships host manifests alongside the CLI/runtime package. The package root is the repository root (.).
Primary packaged surfaces:
./skills when present./.mcp.json when presentApache-2.0
FAQs
Replit app migration toolkit for web, Vercel, iOS, and macOS moves, with plugin guidance and MCP-backed migration checks.
We found that @tyroneross/replit-migrate 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.
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.

Research
/Security News
Two Joyfill npm beta releases contain an import-time implant that uses blockchain transactions to retrieve a remote-access trojan.

Security News
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.