Socket
Socket
Sign inDemoInstall

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.13 to 0.1.14

8

lib/MySQLConnection.js

@@ -68,2 +68,10 @@ !function(){

this.connection.query('SELECT 1;', done);
// close when the end method was fired
this.on('end', function(){
if (this.connection) {
this.connection.end();
this.connection = null;
}
}.bind(this));
}

@@ -70,0 +78,0 @@

2

package.json
{
"name" : "ee-mysql-connection"
, "description" : "mysql connection abstraction for ee-orm"
, "version" : "0.1.13"
, "version" : "0.1.14"
, "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