Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@databases/mysql

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databases/mysql - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0-canary-3018

4

lib/ConnectionPool.d.ts

@@ -21,4 +21,4 @@ /// <reference types="node" />

name: string;
string(): string;
buffer(): Buffer;
string(): string | null;
buffer(): Buffer | null;
geometry(): unknown;

@@ -25,0 +25,0 @@ }, next: () => any) => any;

{
"name": "@databases/mysql",
"version": "6.0.0",
"version": "7.0.0-canary-3018",
"description": "",

@@ -9,9 +9,8 @@ "main": "./lib/index.js",

"@babel/code-frame": "^7.0.0",
"@databases/escape-identifier": "^1.0.3",
"@databases/mysql-config": "^3.2.0",
"@databases/push-to-async-iterable": "^3.0.0",
"@databases/shared": "^3.0.2",
"@databases/sql": "^3.3.0",
"@types/mysql": "^2.15.5",
"mysql2": "^2.2.5"
"@databases/escape-identifier": "1.0.3",
"@databases/mysql-config": "3.2.0",
"@databases/push-to-async-iterable": "3.0.0",
"@databases/shared": "3.1.0",
"@databases/sql": "3.3.0",
"mysql2": "^3.11.4"
},

@@ -18,0 +17,0 @@ "scripts": {},

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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