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.
@arelstone/traduora-cli
Advanced tools
![npm](https://shields.cdn.bka.li/npm/dt/@arelstone/traduora-cli?style=for-the-badge) ![npm (scoped)](https://shields.cdn.bka.li/npm/v/@arelstone/traduora-cli?label=version&style=for-the-badge) ![GitHub issues](https://shields.cdn.bka.li/github/issues/are
Read more in the documentation
npm install @arelstone/traduora-cli -save-dev
This package needs to know a few things about your traduora project before being able to communicate with your server, for this we'll use an rc file.
In the root of your project create a .traduorarc
-file.
The filenames allowed is: .traduorarc.js
, .traduorarc.json
and .traduorarc
{
baseUrl: '', // Path to the api. Remeber the api/v1 suffix
username: '', // The username of who will be authendicated
password: '', // The password
projectId: '', // The project is for your traduora project
}
In your package.json
add traduora-cli to your scripts section. Because we rely on dotenv you need to
"scripts": {
"traduora": "traduora"
}
Now you will be able to use the cli by running
npm run traduora stats
npm run traduora locale:add en_US
For more commands see the commands
FAQs
![npm](https://shields.cdn.bka.li/npm/dt/@arelstone/traduora-cli?style=for-the-badge) ![npm (scoped)](https://shields.cdn.bka.li/npm/v/@arelstone/traduora-cli?label=version&style=for-the-badge) ![GitHub issues](https://shields.cdn.bka.li/github/issues/are
The npm package @arelstone/traduora-cli receives a total of 81 weekly downloads. As such, @arelstone/traduora-cli popularity was classified as not popular.
We found that @arelstone/traduora-cli 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
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.