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

tsdown-migrate

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsdown-migrate

A CLI tool to help migrate your project to tsdown.

latest
Source
npmnpm
Version
0.21.7
Version published
Maintainers
1
Created
Source

tsdown-migrate

npm version npm downloads

A CLI tool to migrate your project from tsup to tsdown.

Usage

npx tsdown-migrate

Options

  • [...dirs] - Directories to migrate (defaults to current directory)
  • -d, --dry-run - Preview changes without applying them

What It Does

  • Renames tsup to tsdown in dependencies and scripts
  • Transforms tsup config files to tsdown config format
  • Handles property renames, option transformations, and import path updates
  • Warns about unsupported options that need manual attention
  • Runs package manager install after successful migration

Documentation

See the Migration Guide for more details.

License

MIT

FAQs

Package last updated on 28 Mar 2026

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