Socket
Socket
Sign inDemoInstall

jql-matcher

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jql-matcher - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

build/index.js

4

package.json
{
"name": "jql-matcher",
"version": "1.0.2",
"version": "1.0.3",
"description": "JSON Query Language - Matcher. Filter a json-array based on a given query.",

@@ -38,3 +38,3 @@ "main": "src",

},
"gitHead": "818bef1725ae837546d739e645951cf97f9252e7"
"gitHead": "dbf060a37a548fb103feb8b4b48c4522e3235500"
}

@@ -12,7 +12,17 @@ # JQL-Matcher

If you are using it for web app, I suggest using the built source codes:
```js
import jql from 'jql-matcher/build';
```
If you are using it for NodeJS, you don't need to use the built source codes:
```js
const jql = require('jql-matcher/src');
```
#### Example usage
```js
const jql = require('jql-matcher');
const data = [

@@ -42,4 +52,2 @@ { id: 1 },

```js
const jql = require('jql-matcher');
const data = [

@@ -46,0 +54,0 @@ {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc