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.2.3 to 2.2.4

typings/mysql/index.d.ts

5

Changelog.md

@@ -0,1 +1,6 @@

2.2.4 ( 21/09/2020 )
- typings: add ResultSetHeader #1213
- use bundled types/mysql instead of dependency #1211
2.2.3 ( 21/09/2020 )

@@ -2,0 +7,0 @@ - use github:types/mysql as base for types #1208

8

index.d.ts

@@ -7,4 +7,4 @@ import {

import * as mysql from 'mysql';
export * from 'mysql';
import * as mysql from './typings/mysql';
export * from './typings/mysql';

@@ -146,7 +146,7 @@ export interface Connection extends mysql.Connection {

}
type authPlugins =
(pluginMetadata: { connection: Connection; command: string }) =>
(pluginData: Buffer) => Promise<string>;
export interface ConnectionOptions extends mysql.ConnectionOptions {

@@ -153,0 +153,0 @@ charsetNumber?: number;

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

@@ -39,2 +39,3 @@ "main": "index.js",

"lib",
"typings",
"index.js",

@@ -55,3 +56,2 @@ "index.d.ts",

"dependencies": {
"@types/mysql": "types/mysql",
"denque": "^1.4.1",

@@ -58,0 +58,0 @@ "generate-function": "^2.3.1",

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