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 3.2.0 to 3.2.1

2

index.d.ts

@@ -86,3 +86,3 @@ import {

export interface PoolConnection extends mysql.PoolConnection, Connection {
export interface PoolConnection extends mysql.PoolConnection {
promise(promiseImpl?: PromiseConstructor): PromisePoolConnection;

@@ -89,0 +89,0 @@ }

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

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

},
"author": "Andrey Sidorov <sidorares@yandex.ru>",
"author": "Andrey Sidorov <andrey.sidorov@gmail.com>",
"license": "MIT",

@@ -63,3 +63,3 @@ "dependencies": {

"long": "^5.2.1",
"lru-cache": "^7.14.1",
"lru-cache": "^8.0.0",
"named-placeholders": "^1.1.3",

@@ -90,3 +90,3 @@ "seq-queue": "^0.0.5",

"progress": "^2.0.3",
"typescript": "^4.4.3",
"typescript": "^5.0.2",
"urun": "0.0.8",

@@ -93,0 +93,0 @@ "utest": "0.0.8"

@@ -293,4 +293,6 @@ // This file was modified by Oracle on November 04, 2021.

serverHandshake(args: any): any;
promise(): Promise<Connection>;
}
export = Connection;
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