📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

mysql2

Package Overview
Dependencies
Maintainers
3
Versions
204
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

to
3.12.1-canary.603c2463

2

lib/parsers/static_text_parser.js

@@ -59,2 +59,4 @@ 'use strict';

return packet.parseGeometryValue();
case Types.VECTOR:
return packet.parseVector();
case Types.JSON:

@@ -61,0 +63,0 @@ // Since for JSON columns mysql always returns charset 63 (BINARY),

4

package.json
{
"name": "mysql2",
"version": "3.12.1-canary.51da6534",
"version": "3.12.1-canary.603c2463",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",

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

"type": "git",
"url": "https://github.com/sidorares/node-mysql2"
"url": "git+https://github.com/sidorares/node-mysql2.git"
},

@@ -38,0 +38,0 @@ "homepage": "https://sidorares.github.io/node-mysql2/docs",