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.
vue-i18n-scanner
Advanced tools
Translation string analyzer that reports missing and unused keys
vue-i18n-scanner
is built to work with your Vue.js projects using vue-i18n. When run vue-18n-scanner
analyses your Vue.js source code for any vue-i18n
key usages (ex. $t(''), $tc(''), ...) as well as your language files (ex. de_DE.js, en_EN.json, ...), in order to:
It is built to support both .js and .vue files, and tested and on active use on large codebases
Check the example by running npm run example
. You can base your package.json i18n
script on that one, or run it directly like:
npx vue-i18n-scanner -v 'src' -l 'locales' -f json -L 'en,es'
vue-i18n-scanner
is highly opinionated, and doesn't offer configuration besides the CLI options. Run npx vue-i18n-scanner report --help
to learn more
FAQs
Manage vue-i18n localization with static analysis
The npm package vue-i18n-scanner receives a total of 162 weekly downloads. As such, vue-i18n-scanner popularity was classified as not popular.
We found that vue-i18n-scanner 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.