Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@goodware/mysql

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodware/mysql - npm Package Compare versions

Comparing version 2.0.7 to 3.0.0

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc