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.0 to 2.2.1

index.d.ts

4

Changelog.md

@@ -0,1 +1,5 @@

2.2.1 ( 18/09/2020 )
- update package.json files entry tu include
type definition files #1205
2.2.0 ( 18/09/2020 )

@@ -2,0 +6,0 @@ - added TS type definitions #1204, #1028

6

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

@@ -40,3 +40,5 @@ "main": "index.js",

"index.js",
"promise.js"
"index.d.ts",
"promise.js",
"promise.d.ts"
],

@@ -43,0 +45,0 @@ "exports": {

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