
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
convert-i18n-csv-to-yaml
Advanced tools
The convert-i18n-csv-to-yaml
CLI tool converts a CSV file containing translation data into multiple YAML files. Each language will have a separate YAML file generated in the same directory as the CSV file. This tool is useful for internationalization (i18n) in projects that require language-specific configuration files.
To install the convert-i18n-csv-to-yaml
tool globally, use npm:
npm install -g convert-i18n-csv-to-yaml
key,en,fr,es
greeting.welcome_message,"This is a general welcome message","Este es un ""mensaje"" de bienvenida general","Este es un ""mensaje"" de bienvenida general"
greeting.user.welcome,"Welcome, user!","¡Bienvenido, usuario!","¡Bienvenido, usuario!"
greeting.user.goodbye,"Goodbye, user!","¡Adiós, usuario!","¡Adiós, usuario!"
Command
convert-i18n-csv-to-yaml ./translations.csv
Generate
greeting:
welcome_message: "This is a general welcome message"
user:
welcome: "Welcome, user!"
goodbye: "Goodbye, user!"
greeting:
welcome_message: "Este es un \"mensaje\" de bienvenida general"
user:
welcome: "¡Bienvenido, usuario!"
goodbye: "¡Adiós, usuario!"
greeting:
welcome_message: "Este es un \"mensaje\" de bienvenida general"
user:
welcome: "¡Bienvenido, usuario!"
goodbye: "¡Adiós, usuario!"
FAQs
## Overview
We found that convert-i18n-csv-to-yaml demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.