
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Easily run Postgres migrations using SQL files
$ npm install -g migr8r
$ migr8r COMMAND
running command...
$ migr8r (-v|--version|version)
migr8r/1.0.0 linux-x64 node-v10.5.0
$ migr8r --help [COMMAND]
USAGE
$ migr8r COMMAND
...
migr8r help [COMMAND]
display help for migr8r
USAGE
$ migr8r help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
migr8r migrate
Run .sql files
USAGE
$ migr8r migrate
OPTIONS
-c, --connectionString=connectionString
-d, --dir=dir [default: .]
-h, --help show CLI help
EXAMPLE
$ migr8r migrate
Migrating...
See code: src/commands/migrate.ts
migr8r migrate:create NAME
Create a migration .sql file
USAGE
$ migr8r migrate:create NAME
ARGUMENTS
NAME The name of the migration to create.
OPTIONS
-d, --dir=dir [default: .]
-h, --help show CLI help
EXAMPLE
$ migr8r migrate:create add-user-table
Creating migration: 2018-01-01-01-01-01-add-user-table.sql
See code: src/commands/migrate/create.ts
migr8r run [PATH]
Run .sql files
USAGE
$ migr8r run [PATH]
OPTIONS
-c, --connectionString=connectionString
-h, --help show CLI help
EXAMPLE
$ migr8r run path/to/file.sql
Running...
See code: src/commands/run.ts
FAQs
Easily run Postgres migrations using SQL files
The npm package migr8r receives a total of 1 weekly downloads. As such, migr8r popularity was classified as not popular.
We found that migr8r 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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.