# @near-js/signers

> Modules for cryptographically signing messages

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

## Install

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

## 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 | 5 |
| Unpacked size | 27.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | nearndy, frol, nearmorgan |

## Links

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

## Dependencies (5)

- [borsh](https://npm.io/package/borsh.md) 1.0.0
- [@noble/hashes](https://npm.io/package/@noble/hashes.md) 1.7.1
- [@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
- [@near-js/transactions](https://npm.io/package/@near-js/transactions.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/signers/versions

## README

# @near-js/signers

A collection of classes and types to facilitate cryptographic signing.

## Modules

- [Signer](https://github.com/near/near-api-js/blob/master/packages/signers/src/signer.ts) abstract class for cryptographic signing
- [InMemorySigner](https://github.com/near/near-api-js/blob/master/packages/signers/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/in_memory_key_store.ts) to provide keys

# 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/signers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
