
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@toil/localize-cli
Advanced tools
a cross-platform utility for interacting with localization files
tui-based utility for quick and easy localization
To use:
bunx @toil/localize-tui
npx @toil/localize-tui
The utility can be configured using the localize.config.json
or l10n.config.json
config in the root of the project (where you will run the utility).
Example of localize.config.json
:
{
"rootPath": "./src",
"localesDir": "locales",
"hashFile": "hashes.json",
"ignoreLocales": ["de"],
"service": "yandexbrowser"
}
rootPath
- the path to the folder that will be considered the main folder of the project. For example, if the translation files in the project are in ./src/locales
, then the rootPath
should be ./src
localesDir
- name of the translation folder
hashFile
- the name of the file with translation hashes
ignoreLocales
- localization files that will be ignored by the utility
service
- a service for receiving a translate. In this case, Yandex Translate is used. Other available services:
yandexbrowser
- Yandex Translate (free)yandexcloud
- YandexCloud (free)yandextranslate
- Yandex Translate (free)msedge
- Microsoft Edge Translate (free)Any of these parameters can be removed.
Почему используется spark-md5
, а не crypto-js
или нативная реализация из NodeJS?
localize-tui 0.0.3
FAQs
a cross-platform utility for interacting with localization files
The npm package @toil/localize-cli receives a total of 0 weekly downloads. As such, @toil/localize-cli popularity was classified as not popular.
We found that @toil/localize-cli 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.