
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
query-searchbox
Advanced tools
The Advanced Query-like SearchBox for React. (inspired by JQL)
Query-searchbox helps you develop powerful query-like searches and get the results either locally or from the server
Query-searchbox is highly flexible and customizable, offering numerous props and methods to control the query and customize the style
How this package works ?
This package detects the user step based on the inputValue and displays the corresponding items in the menu. steps are:
1- filters 2- filterTypes 3- filterValues 4- operators
filters - is an array of all the filters you want to search based on. For exapmle : ["province" , "country"]filterTypes - is an array that contains all the types of filters you want to search based on. For example: ["=", "!=", "contains"]filterValues - is an array that contains all the options you want to suggest to the user for filtering results based on . For example: ["iran" , "japan"]operators - is an array of all operators to combine multiple filters together . For example: ["AND" , "OR"]onClick - a function that is called whenever the user clicks on the search button and will return the input value .buttonTitlebuttonTitleColorbuttonbackgroundColorbuttonHeightbuttonWidthbuttonFontSizeinputPlaceHolderinputBackgroundColorinputWidthinputHeightinputFontSizeinputColorlocalSearchOnSteps - if you want to perform a local search on each step, pass the steps as an array of numbers, such as [1 , 3].menuValues - an array of strings, where each string represents one row in the menu. For example: ['value1', 'value2'].menuLoading - Show a loading spinner in the dropdown menu. The default value is false.onSelect - a function that subscribes to selected item in menu.onStepChange - a function that subscribes to step changes.onInputChange - a function that subscribes to input changes.onCurrentChange - a function that subscribes to changes in the current value within that stepFAQs
An Advanced Query-like SearchBox for react
We found that query-searchbox 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.