Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mqxym/secure-local-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: mqxym/secure-local-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 2, 2025

  1. feat: introduce .isLocked() API method

    Introduces a new public API method, `.isLocked()`, to the `SecureLocalStorage` class.
    
    This method returns `true` when the store is in master password mode and the session is locked (i.e., the data encryption key is not in memory). Otherwise, it returns `false`.
    
    This provides a convenient way for consumers of the library to check the lock status before attempting operations that require an unlocked session.
    
    Includes a new test suite for the `isLocked` method, covering all relevant scenarios.
    
    Note: One existing test (`deriveKekFromPassword wraps importKey failures`) is failing. This appears to be an issue in the existing test suite and is unrelated to the changes in this commit.
    google-labs-jules[bot] committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    32c04a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mqxym/feat/is-locked-api

    feat: introduce .isLocked() API method
    mqxym authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    46d19fc View commit details
    Browse the repository at this point in the history
  3. v0.6.2, set package version update depts.

    ↑ @types/bun 1.2.22 → 1.2.23
    ↑ @types/node 24.5.2 → 24.6.2
    ↑ bun-types 1.2.22 → 1.2.23
    ↑ typescript 5.9.2 → 5.9.3
    mqxym committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    c207c91 View commit details
    Browse the repository at this point in the history
Loading