
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@felixgeelhaar/glossa-elements
Advanced tools
Framework-agnostic Lit web components for Glossa: <glossa-provider> + <glossa-text|rich|plural|select|selector>.
@felixgeelhaar/glossa-elementsFramework-agnostic Lit web components for Glossa. Drop <glossa-text> / <glossa-rich> / <glossa-plural> / <glossa-select> into any Vue / React / Svelte / Astro / plain-HTML page. ~500 LOC, ~10 KB unpacked.
pnpm add @felixgeelhaar/glossa-elements
<script type="module">
import "@felixgeelhaar/glossa-elements";
</script>
<glossa-provider
project="brotwerk-site"
locale="de"
api-url="https://glossa.example.com/api/v1"
api-key="glossa_..."
>
<glossa-text key="hero.title">Brotwerk</glossa-text>
<glossa-rich key="athlete.greeting" .vars=${{ name: "Sophia" }}>
Hi, ${name}!
</glossa-rich>
<glossa-plural key="session_count" count="3">
no sessions
</glossa-plural>
<glossa-select key="cta_label" choice="founder">
Sign up
</glossa-select>
</glossa-provider>
| Tag | Purpose |
|---|---|
<glossa-provider> | Root context — owns the SDK client, current locale, and the live SSE subscription. Children read from a Lit context so they update reactively. |
<glossa-text> | Simple key lookup. Slot content is the fallback. |
<glossa-rich> | ICU-formatted key — variable interpolation. Pass .vars=${{...}} (property, not attribute). |
<glossa-plural> | Plural-form lookup keyed by count. |
<glossa-select> | Select-form lookup keyed by choice. |
If a key is missing or the API is unreachable, the slot content renders. Pages stay readable offline; the only thing lost is the localized override.
Components render their resolved text into light DOM (not shadow DOM) so the surrounding stylesheet styles them like any other text node. No theme leakage; no :host quirks.
@felixgeelhaar/glossa-sdk — the HTTP + SSE client this package wraps.@felixgeelhaar/glossa-format — the ICU formatter <glossa-rich> / <glossa-plural> / <glossa-select> depend on.MIT
FAQs
Framework-agnostic Lit web components for Glossa: <glossa-provider> + <glossa-text|rich|plural|select|selector>.
We found that @felixgeelhaar/glossa-elements 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.
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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.