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.6.2 to 3.6.3

6

lib/connection.js

@@ -626,3 +626,4 @@ // This file was modified by Oracle on June 1, 2021.

...sql,
sql: sql.sql
sql: sql.sql,
values: sql.values
};

@@ -917,3 +918,4 @@ if (typeof values === 'function') {

...sql,
sql: sql.sql
sql: sql.sql,
values: sql.values
};

@@ -920,0 +922,0 @@ if (typeof values === 'function') {

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

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

"husky": "^8.0.2",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.1",
"portfinder": "^1.0.28",

@@ -85,0 +85,0 @@ "prettier": "^3.0.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