
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
node-translation-scripts
Advanced tools
i18n translation cli scripts
-h - help
--validate - Validates reference language against other translations
-r or --refLanguagePath - Path to root of directory with reference language
-t or --translationPaths - Paths to root of directories with translations delimited by comma
--export - Exports translation data to specified languages
-r or --refLanguagePath - Path to root of directory with reference language
-t or --translationPaths - Paths to root of directories with translations delimited by comma
-k or --keepOriginalTranslations - Determines whether original translations should be preserved or not
-o or --outputPath - Path to output directory
-i or --includeReferenceLanguage - Include reference language
--import - Imports translated data to specified directory
-i or --inputPath - Path to directory with translated files
-o or --outputPath - Path to output directory
-r or --referenceLanguage - Reference language (won't be imported)
-d or --dry - Dry run
{
...
"scripts": {
"validate-translations": "node-translation-scripts --validate -r \"./public/locales/en/\" -t \"./public/locales/cs/\"",
"validate-translations:dry": "node-translation-scripts --validate -r \"./public/locales/en/\" -t \"./public/locales/cs/\" --dry",
"export-translations": "node-translation-scripts --export -r \"./public/locales/en/\" -t \"./public/locales/cs/\" -o \"./export/translations/\" -k -i",
"import-translations": "node translation-scripts --import -i \"./export/translations\" -o \"./public/locales/\" -r \"en\""
}
...
}
FAQs
i18n translation cli scripts
The npm package node-translation-scripts receives a total of 1 weekly downloads. As such, node-translation-scripts popularity was classified as not popular.
We found that node-translation-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.