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.1.0 to 0.1.1

2

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

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

@@ -144,3 +144,3 @@ # jsonSQL

```javascript
var Query = require('../index');
var Query = require('jsonSQL');
var res = Query(dataSource, '* where age<=30');

@@ -162,2 +162,3 @@ console.log('======RESULT 1\n',res);

```javascript
var Query = require('jsonSQL');
var res = Query(dataSource, '* where birth>' + new Date(2015,1,1).valueOf());

@@ -164,0 +165,0 @@ console.log('======RESULT 2\n',res);

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