
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@robinpath/translate
Advanced tools
Multi-provider translation — MyMemory (free), LibreTranslate (optional key), or Google Cloud Translate. Uses the encrypted credential vault.
Translate module for RobinPath.
The translate module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/translate
No credentials needed — start using it right away:
translate.translateBatch
| Function | Description |
|---|---|
translate.translateText | translateText |
translate.translateBatch | translateBatch |
translate.detectLanguage | detectLanguage |
translate.listLanguages | listLanguages |
translate.getSupportedLanguagePairs | getSupportedLanguagePairs |
translate.translateHtml | translateHtml |
translate.suggestTranslation | suggestTranslation |
translate.getTranslationMemory | getTranslationMemory |
translate.autoTranslate | autoTranslate |
translate.setProvider | setProvider |
translate.translateBatch
translate.detectLanguage
translate.listLanguages
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/translate";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
translate.translateBatch
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/openai — OpenAI module for complementary functionality@robinpath/anthropic — Anthropic module for complementary functionality@robinpath/ai — AI module for complementary functionality@robinpath/deepl — DeepL module for complementary functionality@robinpath/json — JSON module for complementary functionalityMIT
FAQs
Multi-provider translation — MyMemory (free), LibreTranslate (optional key), or Google Cloud Translate. Uses the encrypted credential vault.
We found that @robinpath/translate demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.