Socket
Socket
Sign inDemoInstall

jeefo-mysql

Package Overview
Dependencies
13
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "jeefo-mysql",
"version": "0.0.4",
"version": "0.0.5",
"description": "Very simple MySQL connection instances for each table. I had annoyed enough for MySQL Deadlocks.",

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

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : prepare_update.js
* Created at : 2016-09-27
* Updated at : 2016-09-29
* Updated at : 2016-10-01
* Author : jeefo

@@ -31,7 +31,7 @@ * Purpose :

if (is_null(value)) {
return `${ key } = NULL, `;
return `${ result }${ key } = NULL, `;
}
values.push(value);
return result + `${ key }= ?, `;
return `${ result }${ key }= ?, `;
}, '');

@@ -38,0 +38,0 @@ };

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