
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@vtex/admin-ui-codemod
Advanced tools
This repository contains a collection of codemod scripts to use with JSCodeshift that help update Admin UI APIs.
npx admin-ui-codemod <transform> <path> [...options]
transform - name of transform, see available transforms below.path - files or directory to transform--dry option for a dry-run and use --print to print the output for comparisonThis will start an interactive wizard, and then run the specified transform.
button-reviewUpdate Button props to the 0.122.0+ specs.
npx admin-ui-codemod button-review <path>
set-to-stackMigrate from Set to Stack
npx admin-ui-codemod set-to-stack <path>
radio-reviewUpdate Radio & RadioGroup props to the latest specs (0.126.0+)
npx admin-ui-codemod radio-review <path>
toggle-to-switchMigrate Toggle to Switch. Update Switch props to the latest specs (0.128.0+)
npx admin-ui-codemod toggle-to-switch <path>
tag-reviewUpdate Tag props to the latest specs (0.132.0+)
npx admin-ui-codemod tag-review <path>
FAQs
Admin UI codemod scripts
The npm package @vtex/admin-ui-codemod receives a total of 82 weekly downloads. As such, @vtex/admin-ui-codemod popularity was classified as not popular.
We found that @vtex/admin-ui-codemod demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 50 open source maintainers 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.