Socket
Socket
Sign inDemoInstall

db-migrate

Package Overview
Dependencies
Maintainers
2
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 1.0.0-beta.20 to 1.0.0-beta.21

2

lib/learn.js

@@ -11,3 +11,3 @@ const Promise = require('bluebird');

if (!this.schema[t][c] && !this.schema[t].columns[c]) {
if (!this.schema[t][c] && !this.schema[t].columns?.[c]) {
throw new Error(`There is no ${c} column in schema!`);

@@ -14,0 +14,0 @@ }

@@ -34,3 +34,3 @@ {

],
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"engines": {

@@ -48,3 +48,3 @@ "node": ">=8.0.0"

"dependencies": {
"bluebird": "^3.1.1",
"bluebird": "^3.7.2",
"db-migrate-shared": "^1.2.0",

@@ -64,13 +64,15 @@ "deep-extend": "^0.6.0",

"devDependencies": {
"@hapi/code": "5.x",
"@hapi/lab": "18.x",
"@babel/eslint-parser": "^7.21.8",
"@hapi/code": "9.x",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/lab": "25.x",
"db-migrate-base": "^2.1.1",
"db-migrate-mysql": "^2.1.1",
"db-migrate-sqlite3": "^0.4.0",
"eslint": "^6.8.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"proxyquire": "^1.4.0",

@@ -77,0 +79,0 @@ "rimraf": "^3.0.2",

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