# @web3-utnet-js/signers

> Core dependencies for the NEAR API JavaScript client

Latest version **0.1.5** (published 2024-06-18) · ISC license · 0 weekly downloads

## Install

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

## Health

**Score 25/100 (F)** — status: abandoned.

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

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2024-06-18 |
| First published | 2024-06-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 11.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | chunkmojo |

## Links

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

## Dependencies (3)

- [@noble/hashes](https://npm.io/package/@noble/hashes.md) 1.3.3
- [@web3-utnet-js/crypto](https://npm.io/package/@web3-utnet-js/crypto.md) 1.2.5
- [@web3-utnet-js/keystores](https://npm.io/package/@web3-utnet-js/keystores.md) 0.0.13

## Recent versions

- 0.1.5 (latest) — 2024-06-18
- 0.1.4 — 2024-06-17

## README

# @web3-utnet-js/signers

A collection of classes and types to facilitate cryptographic signing.

## Modules

- [Signer](https://github.com/utnet-org/web3-api-js/blob/master/packages/signers/src/signer.ts) abstract class for cryptographic signing
- [InMemorySigner](https://github.com/utnet-org/web3-api-js/blob/master/packages/signers/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/utnet-org/web3-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/utnet-org/web3-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/utnet-org/web3-api-js/blob/master/LICENSE-APACHE) for details.

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