
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@rlse/widget
Advanced tools
React component for embedding rlse.dev release notes directly in your application.
npm install @rlse/widget
import { RlseWidget } from '@rlse/widget';
function App() {
return (
<>
<YourApp />
<RlseWidget orgSlug="your-org-slug" />
</>
);
}
| Option | Type | Description |
|---|---|---|
orgSlug | string | Your organization slug from rlse.dev |
| Option | Type | Default | Description |
|---|---|---|---|
appSlug | string | — | Filter to a specific application |
trigger | 'auto' | 'manual' | 'both' | 'manual' | How the widget opens |
position | 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left' | 'bottom-right' | Button position |
theme | 'light' | 'dark' | 'auto' | 'auto' | Color theme |
limit | number | 10 | Max changes to display |
triggerLabel | string | "What's New" | Button text |
modalTitle | string | "Release Notes" | Modal header |
primaryColor | string | #3b82f6 | Accent color (hex) |
autoShowAfter | number | 7 | Days before auto-popup triggers again |
<RlseWidget
orgSlug="acme-corp"
appSlug="dashboard"
trigger="both"
position="bottom-right"
theme="auto"
limit={5}
triggerLabel="🎁 What's New"
modalTitle="Acme Release Notes"
primaryColor="#10b981"
autoShowAfter={3}
/>
manual — Floating button always visible; click to open. Unread badge shows unseen count.auto — No button; modal auto-opens on first visit after new releases, respecting autoShowAfter.both — Floating button plus auto-popup on new releases.The widget uses browser localStorage to track seen changes — no backend or login required.
rlse_widget_{orgSlug}_seenUse primaryColor to match your brand:
<RlseWidget orgSlug="acme-corp" primaryColor="#ff6b6b" />
Widget not appearing
orgSlug is correctAuto-popup not triggering
rlse_widget_* keys to reset seen stateautoShowAfter is set as expectedlocalStorage data stays entirely client-sideFAQs
Multi-framework release notes widget for rlse.dev - React, Vue, Angular, Svelte
The npm package @rlse/widget receives a total of 36 weekly downloads. As such, @rlse/widget popularity was classified as not popular.
We found that @rlse/widget 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.