@goodware/mysql
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -444,3 +444,3 @@ /* eslint-disable no-param-reassign */ | ||
const delay = delayMs; | ||
await new Promise((resolve) => setTimeout(resolve, delay)); | ||
await new Promise((resolve) => {setTimeout(resolve, delay)}); | ||
} finally { | ||
@@ -447,0 +447,0 @@ if (connection) { |
{ | ||
"name": "@goodware/mysql", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "A mysql2-based connection helper", | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
"aws-sdk": "^2.0.0", | ||
"humanize-duration": "^3.0.0", | ||
"humanize-duration": "^3.24.0", | ||
"joi": "^17.4.0", | ||
"mysql2": "^2.0.0", | ||
"mysql2": "^2.2.0", | ||
"parse-duration": "^1.0.0" | ||
@@ -29,0 +29,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
23714
4
433
1
Updatedhumanize-duration@^3.24.0
Updatedmysql2@^2.2.0