Gathering detailed insights and metrics for sequelize-auto-migrations-v2
Gathering detailed insights and metrics for sequelize-auto-migrations-v2
Gathering detailed insights and metrics for sequelize-auto-migrations-v2
Gathering detailed insights and metrics for sequelize-auto-migrations-v2
Migration generator && runner for sequelize
npm install sequelize-auto-migrations-v2
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
2 Stars
68 Commits
12 Forks
1 Watchers
3 Branches
1 Contributors
Updated on Aug 18, 2024
Latest Version
1.2.1
Package Id
sequelize-auto-migrations-v2@1.2.1
Unpacked Size
33.88 kB
Size
8.93 kB
File Count
8
NPM Version
6.14.12
Node Version
12.22.1
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
Migration generator && runner for sequelize
This package provide two tools:
makemigration
- tool for create new migrationsrunmigration
- tool for apply created by first tool migrationsnpm install sequelize-auto-migrations-v2
sequelize init
makemigration --name <migration name>
To preview new migration, without any changes, you can run:
makemigration --preview
makemigration
tool creates _current.json
file in migrations
dir, that is used to calculate difference to the next migration. Do not remove it!
To create and then execute migration, use:
makemigration --name <name> -x
runmigration
--rev <x>
--pos <x>
--one
For more information, use makemigration --help
, runmigration --help
--preview
option)BLOB
, RANGE
, ARRAY
, GEOMETRY
, GEOGRAPHY
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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