
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@lifeomic/eslint-plugin-i18next
Advanced tools
This repository contains an ESLint plugin for validating usage of i18next.
yarn add -D @lifeomic/eslint-plugin-i18next
// .eslintrc.js
module.exports = {
plugins: ['@lifeomic/i18next'],
rules: {
'@lifeomic/i18next/default-value': [
'error',
{
/* optional options object */
},
],
},
};
default-valuetranslateFunctionNames: an array of translation function names to validate. Default is ['t']allowKeyOnly: whether to allow e.g. t('just-the-key'). Default is false.allowNestingInterpolation: Whether to allow e.g. { defaultValue: 'some string $t(interpolated)' }. Default is false.nestingPrefix: Used when allowNestingInterpolation is false to identify interpolated variables. Default is "$t(".FAQs
An ESLint plugin for validating i18next usage
The npm package @lifeomic/eslint-plugin-i18next receives a total of 32 weekly downloads. As such, @lifeomic/eslint-plugin-i18next popularity was classified as not popular.
We found that @lifeomic/eslint-plugin-i18next demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.