New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dbgate-sqltree

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbgate-sqltree - npm Package Compare versions

Comparing version 4.2.5 to 4.2.6

2

lib/dumpSqlCondition.js

@@ -40,3 +40,3 @@ "use strict";

dumpSqlExpression_1.dumpSqlExpression(dmp, condition.left);
dmp.put(' ^like ');
dmp.put(dmp.dialect.ilike ? ' ^ilike ' : ' ^like ');
dumpSqlExpression_1.dumpSqlExpression(dmp, condition.right);

@@ -43,0 +43,0 @@ break;

{
"version": "4.2.5",
"version": "4.2.6",
"name": "dbgate-sqltree",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

"@types/node": "^13.7.0",
"dbgate-types": "^4.2.5",
"dbgate-types": "^4.2.6",
"typescript": "^3.7.5"

@@ -33,0 +33,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