Gathering detailed insights and metrics for sequelize-cli-esm
Gathering detailed insights and metrics for sequelize-cli-esm
Gathering detailed insights and metrics for sequelize-cli-esm
Gathering detailed insights and metrics for sequelize-cli-esm
npm install sequelize-cli-esm
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.75%)
TypeScript (0.17%)
Shell (0.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,560 Stars
1,070 Commits
530 Forks
36 Watchers
15 Branches
102 Contributors
Updated on Jul 09, 2025
Latest Version
5.0.6
Package Id
sequelize-cli-esm@5.0.6
Unpacked Size
241.64 kB
Size
46.23 kB
File Count
128
NPM Version
5.6.0
Node Version
9.11.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
The Sequelize Command Line Interface (CLI) with support for EcmaScript Modules (ESM)
Install CLI globally with
1$ yarn global add sequelize-cli-esm
Now you can run CLI using following command anywhere
1$ sequelize-cli-esm
Install CLI locally to your node_modules
folder with
1$ yarn add sequelize-cli-esm
You should be able to run CLI with
1$ yarn sequelize-esm
Sequelize CLI [Node: 6.11.2, CLI: 3.0.0, ORM: 4.8.0]
Commands:
db:migrate Run pending migrations
db:migrate:schema:timestamps:add Update migration table to have timestamps
db:migrate:status List the status of all migrations
db:migrate:undo Reverts a migration
db:migrate:undo:all Revert all migrations ran
db:seed Run specified seeder
db:seed:undo Deletes data from the database
db:seed:all Run every seeder
db:seed:undo:all Deletes data from the database
db:create Create database specified by configuration
db:drop Drop database specified by configuration
init Initializes project
init:config Initializes configuration
init:migrations Initializes migrations
init:models Initializes models
init:seeders Initializes seeders
migration:generate Generates a new migration file [aliases: migration:create]
model:generate Generates a model and its migration [aliases: model:create]
seed:generate Generates a new seed file [aliases: seed:create]
Options:
--version Show version number [boolean]
--help Show help [boolean]
Sequelize CLI is always looking for contributions. You can help us with fixing bugs, reporting bugs or improving documentation.
Please read contributing documentation
No vulnerabilities found.
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9
Reason
SAST tool detected but not run on all commits
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
11 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