New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mysql-promise

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-promise - npm Package Compare versions

Comparing version 4.1.0 to 5.0.0

5

CHANGELOG.md
# Changelog
## 5.0.0
* [[51c64cc](../../commit/51c64cc)] Drop support for node < 6
* [[518eaf1](../../commit/518eaf1)] Update dependencies: bluebird@3.5.2, mysql@2.16.0
## 4.1.0

@@ -4,0 +9,0 @@

20

package.json
{
"name": "mysql-promise",
"version": "4.1.0",
"version": "5.0.0",
"description": "Small wrapper for mysql that use promises.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test npm run lint && istanbul cover -i 'index.js' _mocha -- -u exports -R spec 'test/**/*.test.js'",
"test": "NODE_ENV=test npm run lint && istanbul cover -i 'index.js' _mocha -- -u exports --exit -R spec 'test/**/*.test.js'",
"lint": "eslint --ext '.js' test index.js",

@@ -14,3 +14,3 @@ "release": "npm test && release-it -n -i patch",

"engines": {
"node": ">=0.12.0"
"node": ">=6.0.0"
},

@@ -31,14 +31,14 @@ "repository": {

"dependencies": {
"bluebird": "^3.4.6",
"mysql": "^2.12.0"
"bluebird": "^3.5.2",
"mysql": "^2.16.0"
},
"devDependencies": {
"@aptoma/eslint-config": "^5.0.1",
"eslint": "^2.13.0",
"eslint": "^5.6.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mysql2": "^1.1.2",
"mocha": "^5.2.0",
"mysql2": "^1.6.1",
"release-it": "^2.5.1",
"should": "^11.1.1",
"sinon": "^1.17.6"
"should": "^13.2.3",
"sinon": "^6.3.4"
},

@@ -45,0 +45,0 @@ "greenkeeper": {

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