New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mysql2

Package Overview
Dependencies
Maintainers
3
Versions
199
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.12.1-canary.603c2463 to 3.12.1-canary.be22202e

lib/promise/pool_cluster.js

2

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

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

@@ -15,2 +15,3 @@ 'use strict';

const inheritEvents = require('./lib/promise/inherit_events.js');
const PromisePoolNamespace = require('./lib/promise/pool_cluster');

@@ -113,3 +114,3 @@ function createConnectionPromise(opts) {

of(pattern, selector) {
return new PromisePoolCluster(
return new PromisePoolNamespace(
this.poolCluster.of(pattern, selector),

@@ -116,0 +117,0 @@ this.Promise,

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