New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ioc-migrate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ioc-migrate - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/runner.js

@@ -94,2 +94,6 @@ 'use strict'

if (!up) {
memo.migrationsToRun = memo.migrationsToRun.sort(function (a,b) { return b.version - a.version }) // reverse sort them if we're going down
}
next(null, memo)

@@ -96,0 +100,0 @@ }

2

package.json
{
"name": "ioc-migrate",
"version": "0.0.3",
"version": "0.0.4",
"description": "An unopinionated Node.js DB migration flow that works for any DB that works for your app.",

@@ -5,0 +5,0 @@ "main": "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