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.5.2 to 0.5.3

5

CHANGELOG.md

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

- Add ability to make a unique index #110 (via @codeaholics)
## 0.5.3
Fix:
- Fixed bug setting default values to values that are falsy #114 (via @wbrady)

2

lib/driver/mysql.js

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

if (spec.defaultValue) {
if (spec.defaultValue !== undefined) {
constraint.push('DEFAULT');

@@ -90,0 +90,0 @@

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

],
"version": "0.5.2",
"version": "0.5.3",
"engines": {

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

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