Socket
Socket
Sign inDemoInstall

then-mysql

Package Overview
Dependencies
10
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

1

lib/connection.js

@@ -26,2 +26,3 @@ 'use strict';

return this.query('CALL ' + name + '(' + qs.join(', ') + ')', args).then(function (result) {
if (!Array.isArray(result)) return {metadata: result};
var metadata = result.pop();

@@ -28,0 +29,0 @@ // result is now an array of arrays of results.

2

package.json
{
"name": "then-mysql",
"version": "0.0.2",
"version": "0.0.3",
"description": "A wrapper for the MySQL driver to use promises, connection pooling and nicer APIs all round",

@@ -5,0 +5,0 @@ "keywords": ["promise", "then", "database", "mysql"],

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