
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@zachleat/throbber
Advanced tools
Loading indicator overlay for images (and maybe other things later).
A web component to add a little baby rainbow gradient overlay until all of the images nested inside have finished loading. Works best with expensive dynamically generated images (like screenshots).
conf.11ty.devdelay before the loading indicator is shown.You can install via npm (@zachleat/throbber) or download the throbber.js JavaScript file manually.
npm install @zachleat/throbber --save
Add throbber.js to your site’s JavaScript assets.
<throb-ber>
<img src="myimage.png" alt="" width="600" height="400">
</throb-ber>
The minimum time before the loading indicator is shown. delay is in milliseconds (0.5 seconds shown).
<throb-ber delay="500">
<img src="myimage.png" alt="" width="600" height="400">
</throb-ber>
Dark background while the image is loading, loading indicator fills up the component:
<throb-ber style="background-color: #666; --throbber-height: 100%;">
<img src="myimage.png" alt="" width="600" height="400">
</throb-ber>
Use your own custom gradient:
<throb-ber style="--throbber-image: linear-gradient(to right, white, rebeccapurple); --throbber-opacity: 1">
<img src="myimage.png" alt="" width="600" height="400">
</throb-ber>
FAQs
Loading indicator overlay for images (and maybe other things later).
The npm package @zachleat/throbber receives a total of 2 weekly downloads. As such, @zachleat/throbber popularity was classified as not popular.
We found that @zachleat/throbber 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

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.