Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@codemod-utils/cli
Advanced tools
CLI to create a codemod project
Step 1. Use npx
to run @codemod-utils/cli
.
npx @codemod-utils/cli <your-codemod-name> [options]
This will create a folder named <your-codemod-name>
.
Step 2. Change to the codemod directory, then run these scripts in sequence:
# Install dependencies
pnpm install
# Commit changes
git init
git add .
git commit -m "Initial commit"
# Push changes (to a new repo)
git remote add origin git@github.com:<your-github-handle>/<your-repo-name>.git
git branch -M main
git push -u origin main
You must pass the name of your codemod.
npx @codemod-utils/cli ember-codemod-v1-to-v2
By default, @codemod-utils/cli
only installs @codemod-utils/files
and @codemod-utils/tests
. If you need more, pass --addon
and list the package names.
npx @codemod-utils/cli --addon blueprints json
The options are:
Pass --root
to run the codemod somewhere else (i.e. not in the current directory).
npx @codemod-utils/cli --root <path/to/your/project>
By default, @codemod-utils/cli
creates a TypeScript project to help you maintain and extend the codemod. To create a JavaScript project, set --typescript
to false
.
npx @codemod-utils/cli --typescript false
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
CLI to create a codemod project
The npm package @codemod-utils/cli receives a total of 3 weekly downloads. As such, @codemod-utils/cli popularity was classified as not popular.
We found that @codemod-utils/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.