You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

mysql2

Package Overview
Dependencies
Maintainers
3
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.10.0 to 3.10.1

4

lib/parsers/parser_cache.js

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

const parserCache = new LRU({
let parserCache = new LRU({
max: 15000,

@@ -55,3 +55,3 @@ });

function setMaxCache(max) {
parserCache.max = max;
parserCache = new LRU({ max });
}

@@ -58,0 +58,0 @@

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

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc