Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
dynamo-migrator
Advanced tools
Create and run DynamoDB migrations easily.
Install with npm i -D dynamo-migrator
Add a create
and a migrate
script in your package.json
file:
{
"scripts": {
"create": "dynamo-migrator create",
"migrate": "dynamo-migrator migrate"
}
}
MIGRATION_TABLE
: Table name to keep migrations run. Defaults to _migrations
.
MIGRATION_ATTRIBUTE
: Table migration attribute. Defaults to migration_date
.
MIGRATION_DIR
: Directory name that holds all migration files. Defaults to migrations
.
DYNAMO_ENDPOINT
: Can point to a local DynamoDB instance by setting http://localhost:4569
.
The migrate
command accepts the -f
/--force
flag, to skip user confirmation when migrating
FAQs
Create and migrate DynamoDB data
We found that dynamo-migrator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.