Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@luvio/durable-store-idb

Package Overview
Dependencies
Maintainers
11
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/durable-store-idb

IndexedDB-based implementation of the Luvio DurableStore

latest
Source
npmnpm
Version
0.158.7
Version published
Weekly downloads
71
-40.34%
Maintainers
11
Weekly downloads
 
Created
Source

durable-store-idb

An implementation of the Luvio DurableStore based on IndexedDB.

Install

npm i @luvio/durable-store-idb

Usage

import { IndexedDbDurableStore } from '@luvio/durable-store-idb';

const durableStore = new IndexedDbDurableStore();

const luvio = new Luvio(
  makeDurable(new Environment(new InMemoryStore(), networkAdapter), {
    durableStore,
  })
);

FAQs

Package last updated on 24 Jun 2025

Did you know?

Socket

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.

Install

Related posts