Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

db-migrator

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-migrator - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

lib/domain/service/script-service.js

@@ -113,7 +113,7 @@ 'use strict'

static getNewestVersion (fileList) {
getNewestVersion (fileList) {
return _.maxBy(fileList, item => item.version).version
}
static versionExists (fileList, version) {
versionExists (fileList, version) {
return _.findIndex(fileList, 'version', parseInt(version)) > -1

@@ -120,0 +120,0 @@ }

{
"name": "db-migrator",
"description": "The complete and easy to use database migration tool",
"version": "2.0.2",
"version": "2.0.3",
"bin": {

@@ -6,0 +6,0 @@ "db-migrate": "bin/db-migrate",

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