Socket
Socket
Sign inDemoInstall

anydb-sql-migrations

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anydb-sql-migrations - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

.vscode/settings.json

4

lib/index.js

@@ -71,6 +71,6 @@ "use strict";

}
return Promise.all(migrations.map(function (mig) {
return Promise.each(migrations, function (mig) {
var task = _.find(list, function (item) { return item.name == mig.version; });
return runSingle(tx, "down", task);
}));
});
}); });

@@ -77,0 +77,0 @@ }

{
"name": "anydb-sql-migrations",
"version": "2.1.2",
"version": "2.1.3",
"description": "Database migrations for anydb-sql",

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

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