Socket
Socket
Sign inDemoInstall

mysql-simple-query

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

4

lib/mysqlSimpleQuery.js

@@ -53,2 +53,6 @@ const dbQuery = require('./util/dbQuery');

whereBetween(key, value) {
this.whereLikeStatement[key] = value;
}
parseWhere() {

@@ -55,0 +59,0 @@ if (!isEmpty(this.whereStatement)) {

2

package.json
{
"name": "mysql-simple-query",
"version": "1.0.10",
"version": "1.0.11",
"description": "Simple query wrapper for mysql-promise to make querying, inserting, updating, and deleting easier for developers.",

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

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