Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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
Operators | Meaning | Property Name |
---|---|---|
=/equal | Equal | $eq |
> | Greater than | $gt |
>= | Greater than or equal | $gte |
< | Less than | $lt |
<= | Less than or equal | $lte |
like | Like | $like |
contains | Contains | $contains |
startwith | StartWith | $startWith |
& | And | $and |
| | Or | $or |
quantity greater than or equal 18
)is, in, between
(1.1.x)number, date, string
(1.1.x)npm i joy-query-box
import QueryBox from 'joy-query-box';
...
const suggessionwords = [
{
word: 'company',
desc: 'Field: company name'
},
{
word: 'email',
desc: 'Field: Company Email'
},
{
word: 'vat',
desc: 'Field: Company VAT number'
}
];
<QueryBox
words={suggessionwords}
onSearch={this.handleOnSeach}
queryText={"defaultText = 'a text value'"}
/>
$ git clone https://github.com/TamVoMinh/joy-query-box.git
$ cd joy-query-box
$ npm install
$ yarn start
yarn build:component
joy-query-box use bootstrap as default style.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.