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.3.1 to 0.3.2

5

CHANGELOG.md

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

- Added support for boolean data type #66 (via @trojanowski)
## 0.3.2
Fix
- Update error message when using an invalid data type #67 (via @swang)

2

lib/driver/mysql.js

@@ -56,3 +56,3 @@ var util = require('util');

default:
throw new Error('Invalid data type ' + str);
throw new Error('Invalid data type ' + spec.type);
}

@@ -59,0 +59,0 @@ },

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

],
"version": "0.3.1",
"version": "0.3.2",
"engines": {

@@ -17,0 +17,0 @@ "node": ">=0.6.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