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

dbgate-tools

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbgate-tools - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

14

lib/splitPostgresQuery.js

@@ -163,10 +163,10 @@ "use strict";

break;
// case BACKTICK:
case SINGLE_QUOTE:
case DOUBLE_QUOTE:
// case BACKTICK: {
// read(context, findResult.nextIndex);
// const findQuoteResult = findEndQuote(context.unread, findResult.exp);
// read(context, findQuoteResult.nextIndex, undefined, false);
// break;
// }
case DOUBLE_QUOTE: {
read(context, findResult.nextIndex);
const findQuoteResult = findEndQuote(context.unread, findResult.exp);
read(context, findQuoteResult.nextIndex, undefined, false);
break;
}
case DOUBLE_DASH_COMMENT_START: {

@@ -173,0 +173,0 @@ if (context.retainComments) {

{
"version": "1.0.6",
"version": "1.0.7",
"name": "dbgate-tools",

@@ -4,0 +4,0 @@ "main": "lib/index.js",

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