
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.
@axa-fr/react-toolkit-form-input-choice
Advanced tools
1. [ChoiceInput](#choiceinput) 2. [ChoiceInput Required](#choiceinput-required) 3. [Choice](#choice)
@axa-fr/react-toolkit-form-input-choice
npm i @axa-fr/react-toolkit-form-input-choice
npm i @axa-fr/react-toolkit-form-core
import { ChoiceInput } from '@axa-fr/react-toolkit-form-input-choice';
import '@axa-fr/react-toolkit-form-input-choice/dist/af-radio.css';
import { MessageTypes } from '@axa-fr/react-toolkit-form-core';
import '@axa-fr/react-toolkit-form-core/dist/af-form.css';
const ChoiceInputForm = () => (
<form className="af-form" name="myform">
<ChoiceInput
id="uniqueid"
name="choiceInputName"
label="Place type"
messageType={MessageTypes.error}
classNameContainerLabel="col-md-2"
classNameContainerInput="col-md-10"
onChange={(e) => {
console.log(e);
}}
onClick={(e) => {
console.log(e);
}}
/>
</form>
);
export default ChoiceInputForm;
To achieve CheckboxInputRequired, you need to add this :
classModifier = 'required';
to the ChoiceInput component
npm i @axa-fr/react-toolkit-form-input-choice
import { Choice } from '@axa-fr/react-toolkit-form-input-choice';
import '@axa-fr/react-toolkit-form-input-choice/dist/af-radio.css';
const ChoiceInput = () => (
<form className="af-form" name="myform">
<Choice
name="placeName"
onChange={(e) => {
console.log(e);
}}
/>
</form>
);
export default ChoiceInput;
FAQs
1. [ChoiceInput](#choiceinput) 2. [ChoiceInput Required](#choiceinput-required) 3. [Choice](#choice)
We found that @axa-fr/react-toolkit-form-input-choice 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.