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

ah-sequelize-plugin

Package Overview
Dependencies
Maintainers
6
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 3.0.2 to 3.0.3

18

dist/initializers/sequelize.js

@@ -52,12 +52,16 @@ "use strict";

},
logging: function () {
if (arguments[0].match(/\.d\.ts does not match pattern/)) {
return;
}
actionhero_1.log.apply(null, arguments);
},
// logging: function () {
// if (arguments[0].match(/\.d\.ts does not match pattern/)) return;
// log.apply(
// null,
// [].concat(
// arguments[0],
// config.sequelize.migrationLogLevel || "info"
// )
// );
// },
});
function logUmzugEvent(eventName) {
return function (name, migration) {
actionhero_1.log(`${name} ${eventName}`, actionhero_1.config.sequelize.migrationLogLevel || "info");
actionhero_1.log(`[migration] ${name} ${eventName}`, actionhero_1.config.sequelize.migrationLogLevel || "info");
};

@@ -64,0 +68,0 @@ }

@@ -6,3 +6,3 @@ {

"description": "Use Sequelize in ActionHero",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "http://actionherojs.com",

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

@@ -61,9 +61,12 @@ import { Sequelize } from "sequelize-typescript";

},
logging: function () {
if (arguments[0].match(/\.d\.ts does not match pattern/)) {
return;
}
log.apply(null, arguments);
},
// logging: function () {
// if (arguments[0].match(/\.d\.ts does not match pattern/)) return;
// log.apply(
// null,
// [].concat(
// arguments[0],
// config.sequelize.migrationLogLevel || "info"
// )
// );
// },
});

@@ -74,3 +77,3 @@

log(
`${name} ${eventName}`,
`[migration] ${name} ${eventName}`,
config.sequelize.migrationLogLevel || "info"

@@ -77,0 +80,0 @@ );

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