
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.
@croz/nrich-registry-core
Advanced tools
Contains core utilities related to the nrich-registry module
@croz/nrich-registry-core
is a module which enables administration of registries. It provides main hooks for
loading registry data, adding new, updating existing and deleting unwanted entities.
It's a frontend part of nrich-registry backend module.
For create and update forms, it relies on nrich-form-configuration module.
To use this module in your project run npm install @croz/nrich-registry-core
or yarn add @croz/nrich-registry-core
RegistryProvider
which loads configurations.import { RegistryProvider } from "@croz/nrich-registry-core";
const RegistryAdministration = () => (
<RegistryProvider>
{/* rest of the administration part... */}
</RegistryProvider>
);
Available hooks are:
hook name | usage |
---|---|
useRegistryEntityAdministration | Main hook for whole administration, use at top level entity administration component |
useRegistryEntity | Handles lower level stuff as data handling and configuration fetching |
useRegistryFilter | Contains useful handlers for search query and filter properties |
useRegistryForm | Returns final configuration (field and validation) and initial values for creating add/update forms |
useRegistryEntityFormConfiguration | Fetches Yup form configuration |
useRegistrySort | Helps with sorting logic in table headers |
FAQs
Contains core utilities related to the nrich-registry module
The npm package @croz/nrich-registry-core receives a total of 17 weekly downloads. As such, @croz/nrich-registry-core popularity was classified as not popular.
We found that @croz/nrich-registry-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.