Socket
Socket
Sign inDemoInstall

mysql

Package Overview
Dependencies
Maintainers
9
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

4

Changes.md

@@ -7,2 +7,6 @@ # Changes

## v2.6.1 (2015-03-26)
* Update `bignumber.js` to 2.0.5 #1037 #1038
## v2.6.0 (2015-03-24)

@@ -9,0 +13,0 @@

6

package.json
{
"name": "mysql",
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",

@@ -15,3 +15,3 @@ "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",

"dependencies": {
"bignumber.js": "2.0.0",
"bignumber.js": "2.0.5",
"readable-stream": "~1.1.13",

@@ -21,3 +21,3 @@ "require-all": "~1.0.0"

"devDependencies": {
"istanbul": "0.3.8",
"istanbul": "0.3.9",
"rimraf": "2.2.8",

@@ -24,0 +24,0 @@ "mkdirp": "0.5.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