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

ee-mysql-connection

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-mysql-connection - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

lib/MySQLConnection.js

@@ -148,2 +148,3 @@ !function(){

// if (results.insertId){
if (results.affectedRows !== undefined) {
// insert

@@ -154,4 +155,4 @@ callback(null, {

});
// }
// else callback(null, results);
}
else callback(null, results);
}

@@ -158,0 +159,0 @@ else callback(null, results);

2

package.json
{
"name" : "ee-mysql-connection"
, "description" : "mysql connection abstraction for ee-orm"
, "version" : "0.1.6"
, "version" : "0.1.7"
, "homepage" : "https://github.com/eventEmitter/ee-mysql-connection"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

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