
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
A fast, lightweight DynamoDB emulator backed by SQLite. Drop-in replacement for DynamoDB Local and dynalite. No Docker, no JVM.
npm install --save-dev dynoxide
Or run directly without installing:
npx dynoxide --port 8000
Start an HTTP server:
dynoxide --port 8000
With a persistent database:
dynoxide --db-path data.db --port 8000
Then point any DynamoDB SDK at http://localhost:8000:
aws dynamodb list-tables --endpoint-url http://localhost:8000
Dynoxide includes an MCP server for coding agents (Claude Code, Cursor, etc.):
dynoxide mcp
dynoxide mcp --db-path data.db
Load data from a DynamoDB table export into a local Dynoxide instance:
dynoxide import --source ./export-data/ --schema schema.json --output data.db
| Platform | Architecture |
|---|---|
| macOS | x64, arm64 (Apple Silicon) |
| Linux | x64, arm64 |
| Windows | x64 |
This package installs a platform-specific prebuilt binary via npm's optionalDependencies. No compilation, no Docker, no JVM.
The binary is the same one available via Homebrew, GitHub Releases, and crates.io.
MIT or Apache-2.0, at your option.
FAQs
A DynamoDB emulator for testing and CI. A single static binary that starts in milliseconds, verified against real AWS.
The npm package dynoxide receives a total of 6,880 weekly downloads. As such, dynoxide popularity was classified as popular.
We found that dynoxide demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.