Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@luvio/durable-store-idb

Package Overview
Dependencies
Maintainers
0
Versions
152
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

  • 0.156.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
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 25 Jun 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc