
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
Beautifully straight forward NoSQL JSON document DB.
This project came from wanting the flexibility in a DashDB syntax, but without the bloat of having an extra database service starting in the background. Sometimes, you just want to store JSON data in a local file, and have intuitive methods that help you store and retrive that data. This's exactly what DashDB does.
Super straightforward. Here are the few steps:
npm install dashdb --savevar users = require('dashdb')('users')With each new data collection, you get a series of helpers that easily get your data in and out from local storage. So for clarity, if you var users = require('dashdb')('users'), these methods are called on your users object.
By default, the primary key is simply id and DashDB auto-generates that identifier for each row (or JSON document). Alternatively, you have the option of overriding the auto-generated identifier. Simply pass your own value for the id parameter in any document save or update method.
By default, DashDB auto-generates that identifier as a unique hash to that object. This way, you can easily enforce uniqueness amongst your records.
FAQs
Beautifully straight forward NoSQL JSON document DB.
The npm package dashdb receives a total of 2 weekly downloads. As such, dashdb popularity was classified as not popular.
We found that dashdb 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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.