
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@mi18n/format-icu
Advanced tools
Mi18n is an open-source alternative to Crowdin, Phrase, or Lokalise with its very own revolutionary integrations.
Become part of the family. Join slack channel
It's a plugin for Mi18n JS, which enables the rendering of messages in ICU message format. For more information about the Mi18n ICU Format plugin, visit the docs.
npm install @mi18n/format-icu
First, create a Mi18n instance and run it.
import { FormatIcu } from "@mi18n/format-icu";
const mi18n = Mi18n()
.use(FormatIcu())
.init(...)
...
Now you can use ICU format in your translations. Example:
mi18n.t('test', 'Hello, I am {name}.', { name: 'John' })
// 'Hello, I am John.'
Check our ICU format documentation to learn more.
Because it saves a lot of time, you would spend on localization tasks without it. Because it enables you to provide perfectly translated software.
Read more on the Mi18n website
We welcome your PRs.
To develop the package locally:
pnpm install
pnpm develop:react
or
pnpm develop:web
This runs the development suite of this monorepo for the specific integration. The changes in each dependency package are automatically built and propagated to the test application, which you can open and play within the browser.
To run Jest tests of this package, execute
npm run test
In the /packages/format-icu
directory.
FAQs
Mi18n format-icu plugin.
We found that @mi18n/format-icu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.