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 2.3.1 to 2.3.2

3

lib/parsers/text_parser.js

@@ -122,3 +122,4 @@ 'use strict';

readNext: function() {
return _this.${readCode};
const packet = _this.packet;
return ${readCode};
}

@@ -125,0 +126,0 @@ };`);

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

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

"test": "node ./test/run.js",
"benchmark": "./benchmarks/run-unit.js",
"benchmark": "node ./benchmarks/benchmark.js",
"prettier": "prettier --single-quote --trailing-comma none --write \"{lib,examples,test}/**/*.js\"",

@@ -17,0 +17,0 @@ "prettier:docs": "prettier --single-quote --trailing-comma none --write README.md documentation/*",

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