Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@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
The npm package @vibe/codemod receives a total of 65 weekly downloads. As such, @vibe/codemod popularity was classified as not popular.
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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.