You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

mysql2

Package Overview
Dependencies
Maintainers
3
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.8 to 3.9.9

2

lib/connection_config.js

@@ -121,3 +121,3 @@ // This file was modified by Oracle on September 21, 2021.

this.enableKeepAlive = options.enableKeepAlive !== false;
this.keepAliveInitialDelay = options.keepAliveInitialDelay || 0;
this.keepAliveInitialDelay = options.keepAliveInitialDelay;
if (

@@ -124,0 +124,0 @@ options.timezone &&

{
"name": "mysql2",
"version": "3.9.8",
"version": "3.9.9",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",

@@ -83,3 +83,3 @@ "main": "index.js",

"lint-staged": "^15.0.1",
"poku": "^1.8.1",
"poku": "^1.13.0",
"portfinder": "^1.0.28",

@@ -86,0 +86,0 @@ "prettier": "^3.0.0",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc