New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@mdevst/webstorage

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdevst/webstorage

webstorage is a modern TypeScript wrapper around IndexedDB, offering schema-based storage, server-compatible operations, and offline-first support — all with a clean and flexible API.

latest
npmnpm
Version
1.0.17
Version published
Maintainers
1
Created
Source

📦 webstorage

A powerful and type-safe solution for advanced IndexedDB management.

webstorage is a modern TypeScript wrapper around IndexedDB, offering schema-based storage, server-compatible operations, and offline-first support — all with a clean and flexible API.

✨ Features

  • 🧩 Schema-Based Design
    Define object stores and indexes with full type safety.

  • ☁️ Server-Compatible Operations
    Built-in support for put, delete, and sync logic that mirrors backend behavior.

  • 🔍 Value-Based Finding
    Search not just by key, but by any indexed field using filters and conditions.

  • Offline-First Support
    Seamless data access even without a network connection.

  • 🧠 Smart Caching & Transactions
    Automatic transaction handling and efficient query execution.

  • 🛠️ Framework Agnostic
    Works in any frontend stack — React, Vue, Svelte, Vanilla JS, etc.

  • 🔐 Written in TypeScript
    Full type safety and IntelliSense support out of the box.

📰 Documentation

You can check the documentation on the website: https://opensource.mdevst.com/webstorage

Keywords

indexeddb

FAQs

Package last updated on 08 Oct 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