Socket
Socket
Sign inDemoInstall

db-migrate-base

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-migrate-base - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.6.3"></a>
## [1.6.3](https://github.com/db-migrate/db-migrate-base/compare/v1.6.2...v1.6.3) (2019-02-11)
### Bug Fixes
* **bug:** add column has no def options ([2963dd0](https://github.com/db-migrate/db-migrate-base/commit/2963dd0))
<a name="1.6.2"></a>

@@ -2,0 +12,0 @@ ## [1.6.2](https://github.com/db-migrate/db-migrate-base/compare/v1.6.1...v1.6.2) (2019-02-11)

2

index.js

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

var columnSpec = this.normalizeColumnSpec(columnSpec);
this._prepareSpec(columnName, columnSpec, columnDefOptions, tableName);
this._prepareSpec(columnName, columnSpec, {}, tableName);
var def = this.createColumnDef(columnName, columnSpec, {}, tableName);

@@ -340,0 +340,0 @@ var extensions = '';

{
"name": "db-migrate-base",
"version": "1.6.2",
"version": "1.6.3",
"description": "db-migrate base driver",

@@ -5,0 +5,0 @@ "main": "index.js",

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