Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mysql-rest

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-rest - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

6

lib/util/whereClause.helper.js

@@ -261,3 +261,2 @@ "use strict";

// replace the variableValue with ?
temp = replaceWhereParamsToQMarks(

@@ -278,4 +277,2 @@ false,

whereQuery += fixedTemp;
// get the variableValue and push to params

@@ -316,2 +313,5 @@ variableValue = result[2].match(/(.*?)\)/);

// and then replace the variableValue with ?
whereQuery += fixedTemp;
if (numOfConditions.length !== -1 && i !== numOfConditions.length - 1) {

@@ -318,0 +318,0 @@ //console.log('finding logical operator for',logicalOperatorsInClause[i]);

{
"name": "mysql-rest",
"version": "0.6.3",
"version": "0.6.4",
"description": "One command to generate REST APIs for any MySql database, support multi databases",

@@ -5,0 +5,0 @@ "main": "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