New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mysql-promise

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-promise - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

index.js

@@ -31,2 +31,5 @@ 'use strict';

if (err) {
if (con) {
con.release();
}
return defer.reject(err);

@@ -37,2 +40,5 @@ }

if (err) {
if (con) {
con.release();
}
return defer.reject(err);

@@ -53,2 +59,2 @@ }

return instances[name];
};
};

2

package.json
{
"name": "mysql-promise",
"version": "1.3.0",
"version": "1.3.1",
"description": "Small wrapper for mysql that use promises.",

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

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