
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
This package is an alternative cli for the typeorm package.
The tormfig
cli allows you to do the following:
schema:sync
Synchronize db schema$ npx tormfig -h
Usage: tormfig [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
schema:sync [options] <rootdir> Synchronizes database schema. <rootdir> must be the directory that contains the entity, migration, subscriber directories. Source file inside the `entity` folder that contains the model definition must have the extension `.entity.ts`. For e.g. `User.entity.ts`
$ npx tormfig schema:sync -h
Usage: schema:sync [options] <rootdir>
Synchronizes database schema. <rootdir> must be the directory that contains the entity, migration, subscriber directories.
Options:
-t, --type <type> Specify database type. (default: "mysql")
-H, --host <host> Specify hostname of database. (default: "localhost")
-P, --port <port> Specify port of database. (default: 3306)
-d, --database <db> Specify name of database. Prompted if not specified.
-u, --username <username> Specify database user's username. (default: "root")
-p, --password <password> Specify database user's password. Prompted if not specified.
-h, --help output usage information
<rootdir>
must be the path to the directory which contains entity
, migrations
, and subscriber
directories. Source file inside the entity
folder that contains the model definition must have the extension .entity.ts
. For e.g. User.entity.ts
.
FAQs
Alternative to typeorm cli.
The npm package tormfig receives a total of 0 weekly downloads. As such, tormfig popularity was classified as not popular.
We found that tormfig demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.