# @near-js/keystores-browser

> KeyStore implementation for working with keys in browser LocalStorage

Latest version **2.5.1** (published 2025-11-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install @near-js/keystores-browser
pnpm add @near-js/keystores-browser
yarn add @near-js/keystores-browser
bun add @near-js/keystores-browser
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.5.1 |
| Published | 2025-11-06 |
| First published | 2023-03-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 36.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | nearndy, frol, nearmorgan |

## Links

- npm: https://www.npmjs.com/package/@near-js/keystores-browser
- npm.io page: https://npm.io/package/@near-js/keystores-browser

## Dependencies (2)

- [@near-js/crypto](https://npm.io/package/@near-js/crypto.md) 2.5.1
- [@near-js/keystores](https://npm.io/package/@near-js/keystores.md) 2.5.1

## Recent versions

- 2.5.1 (latest) — 2025-11-06
- 0.2.0-next.15 (next) — 2024-08-28
- 2.5.0 — 2025-11-03
- 2.4.1 — 2025-11-03
- 2.4.0 — 2025-10-26
- 2.3.4 — 2025-10-16
- 2.3.3 — 2025-10-01
- 2.3.2 — 2025-09-24
- 2.3.1 — 2025-09-10
- 2.3.0 — 2025-09-03
- 2.2.6 — 2025-08-26
- 2.2.5 — 2025-08-06
- 2.2.4 — 2025-07-24
- 2.2.3 — 2025-07-21
- 2.2.2 — 2025-07-09
- … 38 more at https://npm.io/package/@near-js/keystores-browser/versions

## README

# @near-js/keystores-browser

A collection of classes for managing keys in a web browser execution context.

## Modules

- [BrowserLocalStorageKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores-browser/src/browser_local_storage_key_store.ts) implementation of [KeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/keystore.ts) storing unencrypted keys in browser LocalStorage 

# License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE](https://github.com/near/near-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/near/near-api-js/blob/master/LICENSE-APACHE) for details.

---
_Source: https://npm.io/package/@near-js/keystores-browser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
