
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
combobox-node
Advanced tools
A plugin to turn a normal select element into an accesible autocomplete.
Combobox is a JavaScript plugin that will automatically turn a regular ol‘ select element into an autocomplete. It is only 6KB minified and doesn‘t have any dependencies. It comes with some default styles, but provides markup that can be easily customized if needed. It was built with accesibility in mind and makes full use of ARIA attributes and roles to be screen reader friendly.
Include the styles in the head of your document.
<link rel="stylesheet" href="https://unpkg.com/select-combobox/dist/combobox.css">
Include the script at the bottom of the body.
<script src="https://unpkg.com/select-combobox/dist/combobox.js"></script>
Add a new <select> element with the class autocomplete.
Make sure your select is wrapped in a container and it has a label within that container.
<div>
<label for="example">Example</label>
<select id="example" class="autocomplete">
<option value="1">Option one</option>
<option value="2">Option two</option>
<option value="3">Option three</option>
</select>
</div>
npm install && gulp
FAQs
A plugin to turn a normal select element into an accesible autocomplete.
We found that combobox-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.

Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.

Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.