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 1.3.4 to 1.3.5

4

Changelog.md

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

1.3.5 ( 15/06/2017 )
- update iconv-lite to 0.4.18 to fix node 8 cesu8
encoding regression. Add node 8 to build matrix #591
1.3.4 ( 13/06/2017 )

@@ -2,0 +6,0 @@ - use safe-buffer in string decoder #589, #585

6

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

@@ -51,5 +51,5 @@ "main": "index.js",

"generate-function": "^2.0.0",
"iconv-lite": "^0.4.17",
"iconv-lite": "^0.4.18",
"long": "^3.2.0",
"lru-cache": "^4.0.1",
"lru-cache": "^4.1.1",
"named-placeholders": "1.1.1",

@@ -56,0 +56,0 @@ "object-assign": "^4.1.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