
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.
@aboutbits/zod-locales-formatjs
Advanced tools
This package provides simplified translations for Zod error messages. It contains translations for German and Italian.
First you need to install the package:
npm install @aboutbits/zod-locales-formatjs
Second, add the custom language packages to your IntlProvider
:
import { de } from '@aboutbits/zod-locales-formatjs'
import { IntlProvider } from 'react-intl'
<IntlProvider messages={{...yourMessages, ...de }} {...}>{children}</IntlProvider>
Finally, configure Zod
to use the new translations. The following helpers can be used with React
. They require the react-intl
package to be installed.
import { useZodInternationalizationWithReactIntl } from '@aboutbits/zod-locales-formatjs/react-intl'
useZodInternationalizationWithReactIntl()
or
import { ZodInternationalizationWithReactIntl } from '@aboutbits/zod-locales-formatjs/react-intl'
<ZodInternationalizationWithReactIntl />
If you don't use React
, you can set the ZodErrorMap
manually with:
import { setZodErrorMap } from '@aboutbits/zod-locales-formatjs'
setZodErrorMap(intl)
To build and publish the package, simply commit all changes and push them to master. Then run one of the following commands locally:
npm version patch
npm version minor
npm version major
About Bits is a company based in South Tyrol, Italy. You can find more information about us on our website.
For support, please contact info@aboutbits.it.
The MIT License (MIT). Please see the license file for more information.
FAQs
Custom Zod locales for FormatJS
The npm package @aboutbits/zod-locales-formatjs receives a total of 69 weekly downloads. As such, @aboutbits/zod-locales-formatjs popularity was classified as not popular.
We found that @aboutbits/zod-locales-formatjs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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.