
Security News
AI Slop Is Polluting Bug Bounty Platforms with Fake Vulnerability Reports
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
@blaze-react/autocomplete
Advanced tools
Autocomplete component allows users to quickly find and select one from suggested options.
Autocomplete component allows users to quickly find and select one from suggested options.
const data = {
keyValue: 'name',
filterBy: ['name', 'description'],
data: [
{
id: 1,
name: 'Laravel',
description: 'Lorem ipsum dolor.',
},
{
id: 2,
name: 'React',
description: 'Aliquam tincidunt.',
},
{
id: 3,
name: 'Adonis',
description: 'Vestibulum auctor.',
},
],
};
<Autocomplete data={data} selected={(selected) => {}} />;
props
as follow:NAME | TYPE | DEFAULT |
---|---|---|
data | Object | {} |
placeholder | String | 'Search' |
onChange | Function | (value) => {} |
children | single/array of nodes | empty |
FAQs
Autocomplete component allows users to quickly find and select one from suggested options.
The npm package @blaze-react/autocomplete receives a total of 104 weekly downloads. As such, @blaze-react/autocomplete popularity was classified as not popular.
We found that @blaze-react/autocomplete demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
Research
Security News
The Socket Research team investigates a malicious Python package disguised as a Discord error logger that executes remote commands and exfiltrates data via a covert C2 channel.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.