Socket
Socket
Sign inDemoInstall

anydb-sql-2-migrations

Package Overview
Dependencies
57
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.7 to 2.1.9

2

lib/index.js

@@ -33,3 +33,3 @@ "use strict";

var alreadyExecuted = migs.map(function (m) { return m.version; });
return _(list).sortBy(function (m) { return m.name; }).filter(function (m) { return !_.contains(alreadyExecuted, m.name); }).value();
return _(list).sortBy(function (m) { return m.name; }).filter(function (m) { return !_.includes(alreadyExecuted, m.name); }).value();
});

@@ -36,0 +36,0 @@ }

{
"name": "anydb-sql-2-migrations",
"version": "2.1.6",
"version": "2.1.7",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "anydb-sql-2-migrations",
"version": "2.1.7",
"version": "2.1.9",
"description": "Database migrations for anydb-sql-2",

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

{
"include": [
"src"
],
"compilerOptions": {

@@ -8,7 +11,7 @@ "module": "commonjs",

"outDir": "lib",
"skipLibCheck": true
"skipLibCheck": true,
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc