Socket
Socket
Sign inDemoInstall

db-migrate

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-migrate - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

5

CHANGELOG.md

@@ -184,1 +184,6 @@ ## 0.1.0

## 0.6.1
Fix:
- Fix two regressions related to runSql not accepting params as an
array #127, #128

4

lib/driver/mysql.js

@@ -254,2 +254,6 @@ var util = require('util');

if (params.length > 0 && Array.isArray(params[0])) {
params = params[0];
}
return [sql, params, callback];

@@ -256,0 +260,0 @@ },

2

package.json

@@ -14,3 +14,3 @@ {

],
"version": "0.6.0",
"version": "0.6.1",
"engines": {

@@ -17,0 +17,0 @@ "node": ">=0.6.0"

@@ -419,3 +419,3 @@ # db-migrate

Copyright (c) 2011 Near Infinity Corporation
Copyright (c) 2013 Jeff Kunkle

@@ -422,0 +422,0 @@ Permission is hereby granted, free of charge, to any person obtaining

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