Socket
Socket
Sign inDemoInstall

mysql2

Package Overview
Dependencies
Maintainers
3
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql2 - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

3

lib/connection.js

@@ -365,2 +365,5 @@ // This file was modified by Oracle on June 1, 2021.

requestCert: rejectUnauthorized,
checkServerIdentity: verifyIdentity
? Tls.checkServerIdentity
: function() { return undefined; },
secureContext,

@@ -367,0 +370,0 @@ isServer: false,

4

package.json
{
"name": "mysql2",
"version": "3.7.0",
"version": "3.7.1",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",

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

"benchmark": "^2.1.4",
"c8": "^8.0.0",
"c8": "^9.0.0",
"error-stack-parser": "^2.0.3",

@@ -76,0 +76,0 @@ "eslint": "^8.27.0",

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