🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mysql2

Package Overview
Dependencies
Maintainers
1
Versions
299
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.23.1
to
3.23.2-canary.f64ce07
+1
-1
lib/packets/change_user.js

@@ -19,3 +19,3 @@ 'use strict';

this.authPluginData2 = opts.authPluginData2;
this.connectAttributes = opts.connectAttrinutes || {};
this.connectAttributes = opts.connectAttributes || {};
let authToken;

@@ -22,0 +22,0 @@ if (this.passwordSha1) {

{
"name": "mysql2",
"version": "3.23.1",
"version": "3.23.2-canary.f64ce07",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",

@@ -5,0 +5,0 @@ "main": "index.js",