
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.
An unobtrusive development library for caching and returning fetch requests.
The concept is that the library is included for development to reduce external API requests (particularly around rate-limiting) and to reduce latency, whilst making it easy to remove the library when ready for development.
You can include the library via an npm install, or I'd recommend a simple script include:
<script src="https://unpkg.com/memfetch"></script>
As long the script is before your own code, all requests using fetch will be cached and served via IndexedDB subsequently.
Since memfetch doesn't play nicely with things like Hot Module Reload, you can specify to only allow memfetch to handle matching URLs. To do so, include a string fragment in the query string of the script include. This method (below) will cache any URL that includes api in the string:
<script src="https://unpkg.com/memfetch?api"></script>
The memfetch wrapper also provides a property called seed. Upon setting the value, or changing it (between sessions) will completely empty the cache.
FAQs
Caches fetch responses and promises for faster development
The npm package memfetch receives a total of 0 weekly downloads. As such, memfetch popularity was classified as not popular.
We found that memfetch 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.