Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
google-auto-translate
Advanced tools
Translate language files using google translate service and diff tools.
Translate language files using google translate service. This module improves performance and decrases rate limit usage by working with file diffs only.
Note: This module is not stable yet, use with caution.
npm install google-auto-translate
.\node_modules\.bin\google-auto-translate [apiKey] [inputFile] [inputLanguageIsoKey] [generatedFilesDir] [targetLanguage1,targetLanguage2,...]
.\node_modules\.bin\google-auto-translate [apiKey] ./en.json en ./ de,fr,it
apiKey
: Your google translate api keyinputFile
: Source language json file from which the target languages will be generated from. Must be an object like the following:{
"USER_HEADER": "English Header Value",
"ADMIN_AREA": {
"SECTION_1": {
"USER_GREETING": "Hello user",
"USER_DELETE_CONFIRM_TEXT": "Are you sure to delete the user?"
}
}
}
inputLanguageIsoKey
: Input file language key, example: engeneratedFilesDir
: Location of the generated files.targetLanguage1,targetLanguage2,...
: ISO language keys of the generated languages, examples:
FAQs
Translate language files using google translate service and diff tools.
We found that google-auto-translate 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.