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

ah-sequelize-plugin

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ah-sequelize-plugin - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

10

initializers/sequelize.js

@@ -20,7 +20,7 @@ var path = require('path');

var migrator = api.sequelize.sequelize.getMigrator({
path: api.project_root + '/migrations',
path: api.project_root + '/migrations'
});
migrator.migrate.success(function() {
if(typeof next === 'function'){ next(); }
})
migrator.migrate({ method: 'up' }).success(function() {
next();
});
},

@@ -55,3 +55,3 @@

}
}
},

@@ -58,0 +58,0 @@ test: function(next){

@@ -5,3 +5,3 @@ {

"description": "I use sequelize in actionhero as an ORM",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "http://actionherojs.com",

@@ -8,0 +8,0 @@ "repository": {

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