@goodware/mysql
Advanced tools
Comparing version 2.0.7 to 3.0.0
{ | ||
"name": "@goodware/mysql", | ||
"version": "2.0.7", | ||
"version": "3.0.0", | ||
"description": "A mysql2-based connection helper", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"license": "BSD-2-Clause", | ||
"dependencies": { | ||
"peerDependencies": { | ||
"aws-sdk": "^2.0.0", | ||
@@ -25,0 +25,0 @@ "humanize-duration": "^3.0.0", |
@@ -87,4 +87,4 @@ # @goodware/mysql: A mysql2-based connection helper | ||
// user: 'root', // This is the default | ||
// database: 'mysql', This is the default | ||
password: '', | ||
// database: 'mysql', // Ths is the default | ||
password: 'password', | ||
}; | ||
@@ -103,1 +103,2 @@ | ||
``` | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1498901
103
- Removedaws-sdk@^2.0.0
- Removedhumanize-duration@^3.0.0
- Removedjoi@^17.0.0
- Removedmysql2@^2.0.0