Comparing version 2.17.0 to 2.17.1
@@ -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 @@ |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
431597
1530
+ Addedbignumber.js@7.2.1(transitive)
- Removedbignumber.js@6.0.0(transitive)
Updatedbignumber.js@7.2.1