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

ah-sequelize-plugin

Package Overview
Dependencies
Maintainers
3
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.7.3 to 0.7.4

4

initializers/sequelize.js

@@ -98,3 +98,5 @@ var path = require('path');

test: function(next){
api.sequelize.sequelize.query("SELECT NOW()").then(function(){
var query = "SELECT NOW()";
if(api.config.sequelize.dialect == 'sqlite') query = "SELECT strftime('%s', 'now');";
api.sequelize.sequelize.query(query).then(function(){
next();

@@ -101,0 +103,0 @@ }).catch(function(err){

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

"description": "I use sequelize in actionhero as an ORM",
"version": "0.7.3",
"version": "0.7.4",
"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