🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-codemods

Package Overview
Dependencies
Maintainers
41
Versions
2403
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
10.26.4
Version published
Weekly downloads
78
-30.36%
Maintainers
41
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 20 Nov 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