Socket
Socket
Sign inDemoInstall

sql2json

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql2json - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 2.0.4
- Fix BC break on exposed parsing functions
# 2.0.3

@@ -2,0 +5,0 @@ - Add support for `NOT LIKE` clauses

@@ -270,2 +270,4 @@ function json2sql() {

json2sql.parseWhere = parseWhere;
json2sql.parseFunction = parseFunction;
module.exports = json2sql;

2

package.json
{
"name": "sql2json",
"version": "2.0.3",
"version": "2.0.4",
"description": "PostgreSQL to/from JSON conversion lib",

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

Sorry, the diff of this file is not supported yet

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