Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@transifex/cli
Advanced tools
Transifex Native Javascript CLI.
Parse .js
or .jsx
files and scan for Transifex Native phrases.
Push phrases to Transifex for localization.
Related packages: @transifex/core
$ npm install -g @transifex/cli
$ transifexjs-cli COMMAND
running command...
$ transifexjs-cli --help [COMMAND]
USAGE
$ transifexjs-cli COMMAND
...
Install to local repo using npm
.
$ npm install @transifex/cli --save
$ ./node_modules/.bin/transifexjs-cli COMMAND
running command...
Add it as a script command in package.json
.
...
"scripts": {
"push": "transifexjs-cli push src/",
...
},
Push content using npm
.
$ npm run push
transifexjs-cli help [COMMAND]
Display help for transifexjs-cli
USAGE
$ transifexjs-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
transifexjs-cli push [PATTERN]
Detect translatable strings and push content to Transifex
USAGE
$ transifexjs-cli push [PATTERN]
ARGUMENTS
PATTERN [default: **/*.{js,jsx}] file pattern to scan for strings
OPTIONS
-v, --verbose Verbose output
--cds-host=cds-host CDS host URL
--dry-run Dry run, do not push to Transifex
--purge Purge content on Transifex
--secret=secret Native project secret
--token=token Native project public token
DESCRIPTION
Parse .js or .jsx files and detect phrases marked for
translation by Transifex Native toolkit for Javascript and
upload them to Transifex for translation.
To push content some environment variables must be set:
TRANSIFEX_TOKEN=<Transifex Native Project Token>
TRANSIFEX_SECRET=<Transifex Native Project Secret>
(optional) TRANSIFEX_CDS_HOST=<CDS HOST>
or passed as --token=<TOKEN> --secret=<SECRET> parameters
Default CDS Host is https://cds.svc.transifex.net
Examples:
transifexjs-cli push -v
transifexjs-cli push src/
transifexjs-cli push /home/repo/src
transifexjs-cli push "*.js"
transifexjs-cli push --dry-run
transifexjs-cli push --token=mytoken --secret=mysecret
TRANSIFEX_TOKEN=mytoken TRANSIFEX_SECRET=mysecret transifexjs-cli push
Licensed under Apache License 2.0, see LICENSE file.
FAQs
i18n CLI tool for Transifex Native
The npm package @transifex/cli receives a total of 15,218 weekly downloads. As such, @transifex/cli popularity was classified as popular.
We found that @transifex/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.