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.0.2 to 0.0.3

migrations/20111231190341-first-migration.js

2

lib/migration.js

@@ -106,3 +106,3 @@ var fs = require('fs');

})
var migrations = files.map(function(file) {
var migrations = files.sort().map(function(file) {
return new Migration(path.join(dir, file));

@@ -109,0 +109,0 @@ });

@@ -6,3 +6,3 @@ {

"homepage": "https://github.com/nearinfinity/node-db-migrate",
"version": "0.0.2",
"version": "0.0.3",
"engines": { "node" : ">=0.6.0" },

@@ -9,0 +9,0 @@ "maintainers": [

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

## Migrations
## Migrations API

@@ -185,0 +185,0 @@ Below are examples of all the different migrations supported by db-migrate. Please note that not all migrations are supported by all databases. For example, SQLite does not support dropping columns.

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