
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/webcare-webshare
Advanced tools
Web component to use the Web Share API, with a fallback to copy to the clipboard.
<webcare-webshare> Web ComponentA web component that uses the Web Share API to share a web site, falling back (on Desktop usually) to Copy to Clipboard.
Used on the registration flow for conf.11ty.dev.
You can install via npm (@zachleat/webcare-webshare) or download the webcare-webshare.js JavaScript file manually.
npm install @zachleat/webcare-webshare --save
Add webcare-webshare.js to your site’s JavaScript assets.
Use share-text and share-url per the Web Share API. The button is un-disabled when initialized.
<webcare-webshare share-text="I am going to the 11ty Conference! #11ty #11tyConf" share-url="https://conf.11ty.dev/">
<button disabled>Share your ticket!</button>
</webcare-webshare>
Copy to clipboard workflow only. Use the label-copy (Before) and label-after-copy (After) attributes.
<webcare-webshare share-text="I am going to the 11ty Conference! #11ty #11tyConf" share-url="https://conf.11ty.dev/" label-copy="📋 Copy your ticket URL" label-after-copy="✅ Copied to Clipboard">
<button disabled>Share your ticket!</button>
</webcare-webshare>
Copy to clipboard workflow only. Use copy-text to override share-url as the default content that is copied when using Copy to Clipboard.
<webcare-webshare share-text="I am going to the 11ty Conference! #11ty #11tyConf" share-url="https://conf.11ty.dev/" copy-text="Go to https://conf.11ty.dev/">
<button disabled>Share your ticket!</button>
</webcare-webshare>
FAQs

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.