🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@reown/appkit-codemod

Package Overview
Dependencies
Maintainers
3
Versions
426
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reown/appkit-codemod

Reown AppKit Codemod

latest
Source
npmnpm
Version
1.8.12
Version published
Weekly downloads
646
-71.45%
Maintainers
3
Weekly downloads
 
Created
Source

Reown AppKit Codemod

AppKit Codemod is a command-line tool designed to update dependencies across multiple package.json files in AppKit monorepo efficiently.

Codemod Features

The codemod tool allows you to update dependencies across multiple package.json files in your project. It supports:

  • Multiple Package Updates: Pass multiple package names to update them all at once.
  • Wildcard Patterns: Use patterns like @walletconnect/* to update all packages under a specific organization.
  • Version Constraint Preservation: Maintains version constraints like ">=4.x.x" when updating.

Usage

You can use the Codemod globally using npx/pnpx:

pnpx @reown/appkit-codemod <process> <args...>

Options

  • upgrade: Updates dependencies to their latest versions across the monorepo.
    • Arguments: One or more package names to upgrade, separated by spaces. Supports wildcards like @org/*.

Or you can use the predefined scripts for local usage in the root of the monorepo:

pnpm codemod:wc # This will upgrade all the @walletconnect/* dependencies

Example Commands

To update dependencies using the codemod:

npx appkit-codemod wagmi @wagmi/core @walletconnect/utils
npx appkit-codemod @walletconnect/*

Keywords

appkit

FAQs

Package last updated on 27 Oct 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