
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@nura-js/svelte
Advanced tools
Official Svelte adapter that initializes Nura.js with stores, actions, and DOM-aware components.
pnpm add @nura-js/svelte
<script lang="ts">
import { initNura, NuraProvider, nuraAction } from '@nura-js/svelte';
import { defineActionSpec } from '@nura-js/core';
const { registry } = initNura({
actions: [
defineActionSpec({ name: 'open_orders', type: 'open', target: 'orders' }),
],
});
</script>
<NuraProvider {registry}>
<button use:nuraAction={{ name: 'open_orders' }} data-nu-scope="orders">
Open orders
</button>
</NuraProvider>
initNura creates the registry and shares context across the Svelte tree.NuraProvider exposes context and data-nu-* helpers.nura syncs interaction telemetry via a generic action.nuraAction registers intents and executes actions from elements.createNuraStore builds derived stores for runtime helpers and permissions.NuraContext — shared context with registry and DOM indexer.NuraActionParams — parameters for the nura action (scope, metadata, etc.).UseNuraReturn — helper result for accessing the runtime in scripts.UseNuraActionOptions — configuration for retrieving reactive actions.FAQs
Svelte adapter for Nura.js
We found that @nura-js/svelte 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.