Socket
Socket
Sign inDemoInstall

mysql-pool

Package Overview
Dependencies
0
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

lib/mysql-pool/pool.js

@@ -191,3 +191,3 @@ "use strict";

for(key in this.Client.prototype) {
for(var key in this.Client.prototype) {
if(!key.match(/^[_A-Z]/) && !(key in this) && !(key in EventEmitter.prototype)) {

@@ -194,0 +194,0 @@ this[key] = mkPrototypeMethod(this.Client.prototype[key], key);

{
"name": "mysql-pool",
"description": "MySQL connection pool for node.js on top of node-mysql.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/Kijewski/node-mysql-pool",

@@ -6,0 +6,0 @@ "repository": {

@@ -22,2 +22,4 @@ <h1 id="Readme">node-mysql-pool</h1>

* [René Kijewski](https://github.com/Kijewski)
* [Michael Lai](https://github.com/melin)
(fixed [issue #1](https://github.com/Kijewski/node-mysql-pool/issues#issue/1))

@@ -24,0 +26,0 @@ <h2 id="Compatibility">Compatibility</h2>

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