New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ah-sequelize-plugin

Package Overview
Dependencies
Maintainers
4
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.4 to 0.7.5

1

initializers/sequelize.js

@@ -99,2 +99,3 @@ var path = require('path');

var query = "SELECT NOW()";
if(api.config.sequelize.dialect == 'mssql') query = "SELECT GETDATE();";
if(api.config.sequelize.dialect == 'sqlite') query = "SELECT strftime('%s', 'now');";

@@ -101,0 +102,0 @@ api.sequelize.sequelize.query(query).then(function(){

2

package.json

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

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