Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@instructure/ui-codemods

Package Overview
Dependencies
Maintainers
56
Versions
2506
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-codemods

Codemod scripts to help upgrade Instructure UI libraries.

latest
Source
npmnpm
Version
11.7.3
Version published
Weekly downloads
1.6K
-25.97%
Maintainers
56
Weekly downloads
 
Created
Source

ui-codemods

The ui-codemods package should make it easier to deal with API changes when upgrading Instructure UI libraries.

npm MIT License Code of Conduct

Installation

The codemod scripts can be installed via the following command:

---
type: code
---
# use here the InstUI version number you are upgrading to
npm install @instructure/ui-codemods@11

Then run them with jscodeshift:

---
type: code
---
# substitute updateV10Breaking with the codemod name you want to run
npx jscodeshift@latest -t node_modules/@instructure/ui-codemods/lib/updateV10Breaking.ts <path>

For more information about what the codemods do, see the major version upgrade guides

FAQs

Package last updated on 07 May 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