
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
@vtex/intl-equalizer
Advanced tools
A VTEX CLI for linting locale string files
Easy tool to compare between locale files and find missing keys
Install Intl-Equalizer using yarn:
yarn add --dev @vtex/intl-equalizer
Or via npm:
npm install --save-dev @vtex/intl-equalizer
1) Add a new script to your package.json:
"scripts": {
"lint:locales": "intl-equalizer"
}
2) And Intl-Equalizer config in your package.json
if you need to change the default values:
// package.json
{
"intl-equalizer": {
"referenceLocale": "pt",
"localeDirectory": "src/locales/",
"filesToIgnore": ["context.json"]
}
}
referenceLocale
default value is'en'
localeDirectory
default value is'/messages'
filesToIgnore
default value is an empty array`
Command to fix the order of the locale keys based on the referenceLocale
intl-equalizer --fix
Using intl-equalizer --all
, or its shorthand intl-equalizer -a
, will override the fail-fast behavior and instead list all errors.
FAQs
linter for locale json files
The npm package @vtex/intl-equalizer receives a total of 362 weekly downloads. As such, @vtex/intl-equalizer popularity was classified as not popular.
We found that @vtex/intl-equalizer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 53 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
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.