Gathering detailed insights and metrics for sequelize-cli
Gathering detailed insights and metrics for sequelize-cli
Gathering detailed insights and metrics for sequelize-cli
Gathering detailed insights and metrics for sequelize-cli
npm install sequelize-cli
57
Supply Chain
89.1
Quality
79.9
Maintenance
100
Vulnerability
98.6
License
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
2,534 Stars
1,060 Commits
525 Forks
37 Watching
12 Branches
99 Contributors
Updated on 27 Nov 2024
JavaScript (99.75%)
TypeScript (0.18%)
Shell (0.07%)
Cumulative downloads
Total Downloads
Last day
-1.2%
109,453
Compared to previous day
Last week
6.9%
595,623
Compared to previous week
Last month
5.3%
2,467,318
Compared to previous month
Last year
-16.3%
27,414,388
Compared to previous year
The Sequelize Command Line Interface (CLI)
Make sure you have Sequelize installed. Then install the Sequelize CLI to be used in your project with
1npm install --save-dev sequelize-cli
And then you should be able to run the CLI with
1npx sequelize --help
1Sequelize CLI [Node: 10.21.0, CLI: 6.0.0, ORM: 6.1.0] 2 3sequelize <command> 4 5Commands: 6 sequelize db:migrate Run pending migrations 7 sequelize db:migrate:schema:timestamps:add Update migration table to have timestamps 8 sequelize db:migrate:status List the status of all migrations 9 sequelize db:migrate:undo Reverts a migration 10 sequelize db:migrate:undo:all Revert all migrations ran 11 sequelize db:seed Run specified seeder 12 sequelize db:seed:undo Deletes data from the database 13 sequelize db:seed:all Run every seeder 14 sequelize db:seed:undo:all Deletes data from the database 15 sequelize db:create Create database specified by configuration 16 sequelize db:drop Drop database specified by configuration 17 sequelize init Initializes project 18 sequelize init:config Initializes configuration 19 sequelize init:migrations Initializes migrations 20 sequelize init:models Initializes models 21 sequelize init:seeders Initializes seeders 22 sequelize migration:generate Generates a new migration file [aliases: migration:create] 23 sequelize model:generate Generates a model and its migration [aliases: model:create] 24 sequelize seed:generate Generates a new seed file [aliases: seed:create] 25 26Options: 27 --version Show version number [boolean] 28 --help Show help [boolean] 29 30Please specify a command
All contributions are accepted as a PR.
Please read the contributing guidelines.
The latest stable version of the package.
Stable Version
1
3.5/10
Summary
Sensitive Data Exposure in sequelize-cli
Affected Versions
<= 5.4.0
Patched Versions
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is run on all commits
Details
Reason
8 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
Score
Last Scanned on 2024-11-18
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