Gathering detailed insights and metrics for sequelize-auto-migrations-ng
Gathering detailed insights and metrics for sequelize-auto-migrations-ng
Gathering detailed insights and metrics for sequelize-auto-migrations-ng
Gathering detailed insights and metrics for sequelize-auto-migrations-ng
npm install sequelize-auto-migrations-ng
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
9 Stars
88 Commits
13 Forks
3 Watchers
5 Branches
6 Contributors
Updated on Aug 20, 2019
Latest Version
2.1.1
Package Id
sequelize-auto-migrations-ng@2.1.1
Unpacked Size
31.30 kB
Size
8.46 kB
File Count
8
NPM Version
6.8.0
Node Version
8.10.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
Migration generator for sequelize.
This package provides one tool:
makemigration
- tool for create new migrationsnpm install sequelize-auto-migrations-ng
sequelize init
node ./node_modules/sequelize-auto-migrations/bin/makemigration --name <migration name>
Change models and run it again, the migration file will be modified, it won't create a new one until you actually execute the migration.
You can change this behavior using -k
option and a different name for the migration.
To preview new migration, without writing any changes, you can run:
node ./node_modules/sequelize-auto-migrations/bin/makemigration --preview
makemigration
tool creates a table, SequelizeMetaMigrations
in your database, that is used to calculate difference to the next migration. Do not remove it!
sequelize db:migrate
--from <name>
sequelize db:migrate:undo
For more information, use makemigration --help
, sequelize --help db:migrate
--preview
option)BLOB
, RANGE
, GEOMETRY
, GEOGRAPHY
This is a fork from https://github.com/flexxnn/sequelize-auto-migrations
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/27 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
34 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More