Socket
Socket
Sign inDemoInstall

json-sql

Package Overview
Dependencies
1
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.11 to 0.4.11

lib/dialects/postgresql/modifiers.js

4

lib/dialects/postgresql/index.js

@@ -10,2 +10,3 @@ 'use strict';

var operatorsInit = require('./operators');
var modifiersInit = require('./modifiers');

@@ -23,2 +24,5 @@ var Dialect = module.exports = function(builder) {

operatorsInit(this);
// init modifiers
modifiersInit(this);
};

@@ -25,0 +29,0 @@

2

package.json
{
"name": "json-sql",
"description": "node.js json to sql queries mapper",
"version": "0.3.11",
"version": "0.4.11",
"author": "Artem Zhukov <artzhuchka@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

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