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

mysql2

Package Overview
Dependencies
Maintainers
3
Versions
186
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.2 to 3.2.3

3

package.json
{
"name": "mysql2",
"version": "3.2.2",
"version": "3.2.3",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",

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

"test": "node ./test/run.js",
"test:tsc-build": "cd \"test/tsc-build\" && npx tsc -p \"tsconfig.json\"",
"coverage-test": "c8 -r cobertura -r lcov -r text node ./test/run.js",

@@ -17,0 +18,0 @@ "benchmark": "node ./benchmarks/benchmark.js",

@@ -14,3 +14,9 @@ // This file was modified by Oracle on November 04, 2021.

export interface ConnectionOptions {
/**
* DECIMAL and NEWDECIMAL types will be returned as numbers if this option is set to `true` ( default: `false`).
*/
decimalNumbers?: boolean;
/**
* The MySQL user to authenticate as

@@ -17,0 +23,0 @@ */

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