Socket
Socket
Sign inDemoInstall

jsonsql

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "jsonsql",
"version": "0.2.2",
"version": "0.2.3",
"description" : "A SQL-like query language for JSON objects.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -76,3 +76,3 @@ # jsonSQL

- - -
##### Query with condition:
#### Query with condition:
```javascript

@@ -108,3 +108,3 @@ var Query = require('jsonSQL');

- - -
##### Multi-Fields Query:
#### Multi-Fields Query:
```javascript

@@ -144,3 +144,3 @@ var res = Query(dataSource, '*.id, *.holy.addr where holy.name=CRAP');

- - -
##### Number comparison:
#### Number comparison:
```javascript

@@ -176,5 +176,5 @@ var Query = require('jsonSQL');

##### Date string comparison:
#### Date string comparison:
###### Data Source:
##### Data Source:
```javascript

@@ -181,0 +181,0 @@ var dataSource = [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc