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 5.0.0 to 5.0.1

2

dist/modules/migrations.js

@@ -66,3 +66,3 @@ "use strict";

migrations: {
glob: `${dir}/*.{js,ts}`,
glob: ["*.{js,ts}", { cwd: dir, ignore: "**/*.d.ts" }],
resolve: ({ path: filePath, context }) => {

@@ -69,0 +69,0 @@ const migration = require(filePath).default

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

"description": "Use Sequelize in ActionHero",
"version": "5.0.0",
"version": "5.0.1",
"homepage": "http://actionherojs.com",

@@ -55,2 +55,3 @@ "repository": {

"dev": "ts-node-dev --transpile-only src/server.ts",
"start": "node dist/server.js",
"test": "jest",

@@ -57,0 +58,0 @@ "pretest": "npm run lint && npm run build",

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

import { Umzug, SequelizeStorage, MigrationParams } from "umzug";
import { Umzug, SequelizeStorage } from "umzug";
import { Sequelize } from "sequelize-typescript";

@@ -83,3 +83,3 @@ import * as path from "path";

migrations: {
glob: `${dir}/*.{js,ts}`,
glob: ["*.{js,ts}", { cwd: dir, ignore: "**/*.d.ts" }],
resolve: ({ path: filePath, context }) => {

@@ -86,0 +86,0 @@ const migration = require(filePath).default

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