Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
ra-language-french
Advanced tools
French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
npm install --save ra-language-french
import { Admin } from 'react-admin';
import frenchMessages from 'ra-language-french';
import polyglotI18nProvider from 'ra-i18n-polyglot';
const messages = {
'fr': frenchMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);
<Admin locale="fr" i18nProvider={i18nProvider}>
...
</Admin>
This translation is licensed under the MIT License, and sponsored by marmelab.
v5.0.0-alpha.0
SourceContext
to allow for deep form nesting without prop forwarding (#9533) (djhi)react-router
to 6.22.0, use data router by default, stabilize useWarnWhenUnsavedChanges
, and remove <Admin history>
prop (#9657) (slax57)react-query
to v5 and react
to v18 (#9473) (djhi)fullWidth
by default (#9704) (fzaninotto)<Link>
to underline links by default (#9483) (fzaninotto)<Admin>
to have a default dark theme (#9479) (adguernier)<Datagrid expand>
to remove prop injection (#9719) (fzaninotto)<Datagrid rowClick>
to use resource definition by default (#9466) (slax57)<SimpleShowLayout>
to accept a custom direction
(#9705) (fzaninotto)Field
components to leverage SourceContext
(#9620) (djhi)useGetRecordRepresentation
to get better defaults (#9650) (erwanMarmelab)useInfiniteGetList
to skip getOne
cache population for large responses (#9536) (slax57)withLifecycleCallbacks
to support a wildcard and an array of callbacks (#9577) (quentin-decre)combineDataProviders
to work with custom methods using more than 2 parameters (#9676) (karpushchenko)ra-data-graphql-simple
to support DELETE_MANY and UPDATE_MANY (#9393) (maxschridde1494)ra-data-graphql-simple
to support sparse field (#9392) (maxschridde1494)create-react-admin
to make it usable in non-interactive mode (#9544) (djhi)create-react-admin
to include <CheckForApplicationUpdate>
in default <Layout>
(#9509) (arimet)cloneElement
in list actions and bulk actions (#9707) (fzaninotto)useListController
setFilters
default debounce (#9682) (fzaninotto)<Admin>
and <Layout>
components (#9591) (fzaninotto)<TranslatableInputs>
label inference regression (#9594) (djhi)<TextField size>
cannot be overridden by theme (#9554) (PedroPerpetua)<Datagrid rowClick>
is no longer false by default (#9475) (slax57)<AutocompleteInput>
to include a tip about the abort controller (#9693) (adguernier)<ReferenceInput validate>
(#9689) (fzaninotto)isLoading
to isPending
(#9524) (fzaninotto)ReactQueryDevtools
button size (#9558) (adguernier)create-react-admin
GitHub action to test new apps (#9580) (djhi)create-react-admin
with ra-data-fakerest
(#9578) (djhi)FAQs
French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
The npm package ra-language-french receives a total of 4,341 weekly downloads. As such, ra-language-french popularity was classified as popular.
We found that ra-language-french 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
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.