Socket
Socket
Sign inDemoInstall

mysql

Package Overview
Dependencies
10
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.17.0 to 2.17.1

5

Changes.md

@@ -7,2 +7,7 @@ # Changes

## v2.17.1 (2019-04-18)
* Update `bignumber.js` to 7.2.1 #2206
- Fix npm deprecation warning
## v2.17.0 (2019-04-17)

@@ -9,0 +14,0 @@

4

package.json
{
"name": "mysql",
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"version": "2.17.0",
"version": "2.17.1",
"license": "MIT",

@@ -16,3 +16,3 @@ "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",

"dependencies": {
"bignumber.js": "6.0.0",
"bignumber.js": "7.2.1",
"readable-stream": "2.3.6",

@@ -19,0 +19,0 @@ "safe-buffer": "5.1.2",

@@ -384,3 +384,5 @@ # mysql

acquisition. This is slightly different from `connectTimeout`, because acquiring
a pool connection does not always involve making a connection. (Default: `10000`)
a pool connection does not always involve making a connection. If a connection
request is queued, the time the request spends in the queue does not count
towards this timeout. (Default: `10000`)
* `waitForConnections`: Determines the pool's action when no connections are

@@ -387,0 +389,0 @@ available and the limit has been reached. If `true`, the pool will queue the

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