
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
better-local-dynamo
Advanced tools
Unfortunately, it felt like the original Medium repo was stagnant and had some amazing unmerged PRs. So, I grabbed them, merged them, and hope to keep improving this library!
Please leave issues and, most importantly, PRs - I hope to keep this repo as active as necessary.
This is a thin wrapper of the AWS DynamoDB Local. You can start the DynamoDB Local within a Node.js program and easily specify where the database files should be.
Official Amazon release notes can be found at http://aws.amazon.com/releasenotes/SDK/JavaScript
npm install better-local-dynamo
localDynamo = require('local-dynamo');
localDynamo.launch({
dir: '/database/dir', // null will run DynamoDB in memory; defaults to null
port: 4567, // defaults to 8000
cors: [ 'http://whitelisted-domain.com' ], // defaults to '*'
heap: '512m', // defaults to JVM default values
version: '2015-07-16_1.0' // defaults to 'latest'
});
FAQs
A Node.js wrapper of AWS DynamoDB Local and utilities
We found that better-local-dynamo 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
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.