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.
@vibe/codemod
Advanced tools
Vibe Design System's Codemods and CLI tools for automating migrations and transformations
The @vibe/codemod package is designed to automate the migration to the latest version of the Vibe design system. It applies specific transformations to your codebase based on the migration type you choose. The tool can be run interactively or via command-line arguments.
To run, use the following command:
npx @vibe/codemod [options]
--migration
(alias: -m
)Description: Specifies which migration type to run (e.g., v3
).
Choices: v3
Required: Yes
Example:
npx @vibe/codemod --migration v3
--target
(alias: -t
)Description: Specifies the target directory where the transformations will be applied.
Default: Current working directory (process.cwd()
)
Required: No
Example:
npx @vibe/codemod --target /path/to/your/project
--extensions
(alias: -x
)Description: Specifies which file extensions to include for the migration.
Choices: jsx
, tsx
, js
, ts
Default: jsx
, tsx
Required: No
Example:
npx @vibe/codemod --extensions jsx tsx
--verbose
(alias: -v
)Description: Enables verbose mode. When enabled, detailed logs of the transformation process will be printed.
Default: false
Example:
npx @vibe/codemod --verbose
The following migrations are included in this CLI:
v3
Migrationv3
(--migration v3
)enums
Migrationenums
(--migration enums
)FAQs
Vibe's component library migration tool
We found that @vibe/codemod 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.