
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@4react/localize
Advanced tools
React-to-use **i18n** configuration and components for React Applications.
React-to-use i18n configuration and components for React Applications.
The purpose of this package is to provide a simple and standard solution for the largest amount of projects.
It is mainly based on react-i18next. Please consider to support their work.
npm i @4react/localize
Initialize i18n with initI18n, optionally specifying languages and namespaces.
import { initI18n } from '@4react/localize'
initI18n(
['en', 'it', 'es'], // languages
['common', 'profile'] // namespaces
)
Use the Localization
component to provide translations over the application.
import { Localization } from '@4react/localize'
const App = () => (
<Localization>
// content
</Localization>
)
Use the Localized
component to translate labels.
import { Localized } from '@4react/localize'
const CustomComponent = () => (
<Localized label="awesome" />
)
const CustomComponent = () => (
<Localized
label="my-fillable-label"
fillers={{
name: 'Matteo',
age: 28,
component: <MyCustomFiller />
}}
/>
)
// Hi, I'm {{name}} and I'm {{age}} years old. Look at this {{component}}!
Translations are rendered as simple text with no additional style or structure.
Parameter | Type | Default | Description |
---|---|---|---|
languages | string[] | ['en'] | [optional] Set of supported languages. The first element is considered as fallback. |
namespaces | string[] | ['translations'] | [optional] Set of supported namespaces. |
Props | Type | Default | Description |
---|---|---|---|
defaultNS | string | 'translations' | [optional] Specify the default namespace. |
Props | Type | Default | Description |
---|---|---|---|
label | string | - | Label to localize. |
ns | string | - | [optional] Namespace to witch the label belongs. In case of no namespace specified, the defaultNS of the Localization component is used. |
fillers | object | - | [optional] Maps of elements to fills placeholders in label. Fillers could be of type string, number or components. |
lang | string | - | [optional] Language to override the current selected one. |
FAQs
React-to-use **i18n** configuration and components for React Applications.
The npm package @4react/localize receives a total of 0 weekly downloads. As such, @4react/localize popularity was classified as not popular.
We found that @4react/localize 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.