
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
@clearkit/codemods
Advanced tools
No need to install codemods. They can be run with npx
.
Run each codemod on a given directory. In the example below, the codemod is run against all files in /client/src
using the v1-imports
transform:
Codemods will only run in Node v18 due to a limitation of jscodeshift
. Run codemods in a separate terminal window/tab and run nvm use before running codemods. If you haven't installed node 18, you will need to run nvm install 18
first/
nvm use 18
The arguments are the relative directory to run the codemod in and the name of the codemod. For example, the directory is client/src
and the codemod is v1-imports
:
npx @clearkit/codemods client/src v1-imports
npx @clearkit/codemods client/src v1-buttons
FAQs
## Install codemods
The npm package @clearkit/codemods receives a total of 3 weekly downloads. As such, @clearkit/codemods popularity was classified as not popular.
We found that @clearkit/codemods demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.