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.3 to 3.0.4

1

dist/config/sequelize.js

@@ -47,3 +47,2 @@ "use strict";

migrationLogLevel: "info",
// you can also pass "dialectOptions", for example if you need `{ssl: true}` for Postgres
};

@@ -50,0 +49,0 @@ },

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

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

@@ -64,0 +54,0 @@ function logUmzugEvent(eventName) {

4

dist/migrations/0001-createUsersTable.d.ts

@@ -1,2 +0,2 @@

export function up(migration: any, DataTypes: any): Promise<void>;
export function down(migration: any): Promise<void>;
export declare function up(migration: any, DataTypes: any): Promise<void>;
export declare function down(migration: any): Promise<void>;

@@ -1,2 +0,2 @@

export function up(migration: any, DataTypes: any): Promise<void>;
export function down(migration: any): Promise<void>;
export declare function up(migration: any, DataTypes: any): Promise<void>;
export declare function down(migration: any): Promise<void>;

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

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

@@ -31,3 +31,3 @@ "repository": {

"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@types/node": "^15.0.1",
"@types/validator": "^13.1.3",

@@ -34,0 +34,0 @@ "actionhero": "^25.0.1",

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