Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
joy-query-box
Advanced tools
A react-text-box component which will transform simple expression as free-text to object ![Example](/assets/simple-query-example.png)
A react-text-box component which will transform simple expression as free-text to object
Operator | Meaning | Property Name |
---|---|---|
= | Equal | $eq |
> | Greater than | $gt |
>= | Greater than or equal | $gte |
< | Less than | $lt |
<= | Less than or equal | $lte |
%= | Like | $like |
@= | Contains | $contains |
$= | StartWith | $startWith |
& | And | $and |
` | ` | Or |
Keyword | Meaning | Property Name |
---|---|---|
like | Like | $like |
startwith | Start With | $startWith |
contains | Contains | $contains |
npm i joy-query-box
import QueryBox from 'joy-query-box';
...
<QueryBox
autoFocus
label="Simple query"
placeholder="type condition here"
onSearch={this.handleOnSeach}
queryText={"defaultText = 'a text value'"}
/>
git clone https://github.com/TamVoMinh/joy-query-box.git
cd joy-query-box & npm install
npm start
npm build:component
FAQs
A react-text-box component which will transform simple expression as free-text to object ![Example](/assets/simple-query-example.png)
The npm package joy-query-box receives a total of 44 weekly downloads. As such, joy-query-box popularity was classified as not popular.
We found that joy-query-box 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.