# @sd-jwt/utils

> sd-jwt draft 7 implementation in typescript

Latest version **0.19.0** (published 2026-01-23) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @sd-jwt/utils
pnpm add @sd-jwt/utils
yarn add @sd-jwt/utils
bun add @sd-jwt/utils
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.19.0 |
| Published | 2026-01-23 |
| First published | 2023-12-15 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=20 |
| Dependencies | 2 |
| Unpacked size | 40.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 83 |
| Author | Lukas.J.Han |
| Maintainers | blu3beri, openwalletfoundation |
| Keywords | sd-jwt, sdjwt, sd-jwt-vc |

## Links

- npm: https://www.npmjs.com/package/@sd-jwt/utils
- Repository: https://github.com/openwallet-foundation/sd-jwt-js
- Homepage: https://github.com/openwallet-foundation/sd-jwt-js/wiki
- Issues: https://github.com/openwallet-foundation/sd-jwt-js/issues
- npm.io page: https://npm.io/package/@sd-jwt/utils

## Dependencies (2)

- [js-base64](https://npm.io/package/js-base64.md) ^3.7.8
- [@sd-jwt/types](https://npm.io/package/@sd-jwt/types.md) 0.19.0

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 0.19.0 (latest) — 2026-01-23
- 0.19.1-next.5 (next) — 2026-04-08
- 0.2.1-alpha.0 (alpha) — 2024-01-29
- 0.19.1-next.4 — 2026-02-10
- 0.19.1-next.3 — 2026-01-31
- 0.19.1-next.2 — 2026-01-28
- 0.19.1-next.1 — 2026-01-27
- 0.19.1-next.0 — 2026-01-23
- 0.18.2-next.1 — 2026-01-20
- 0.18.2-next.0 — 2026-01-14
- 0.18.1 — 2026-01-14
- 0.18.1-next.2 — 2026-01-14
- 0.18.1-next.1 — 2026-01-12
- 0.18.1-next.0 — 2026-01-11
- 0.18.0 — 2026-01-11
- … 176 more at https://npm.io/package/@sd-jwt/utils/versions

## README

![License](https://img.shields.io/github/license/openwallet-foundation/sd-jwt-js.svg)
![NPM](https://img.shields.io/npm/v/%40sd-jwt%2Futils)
![Release](https://img.shields.io/github/v/release/openwallet-foundation/sd-jwt-js)
![Stars](https://img.shields.io/github/stars/openwallet-foundation/sd-jwt-js)

# SD-JWT Implementation in JavaScript (TypeScript)

## SD-JWT Utils

### About

Utility functions for SD JWT

Check the detail description in our github [repo](https://github.com/openwallet-foundation/sd-jwt-js).

### Installation

To install this project, run the following command:

```bash
# using npm
npm install @sd-jwt/utils

# using yarn
yarn add @sd-jwt/utils

# using pnpm
pnpm install @sd-jwt/utils
```

Ensure you have Node.js installed as a prerequisite.

### Usage

Check out more details in our [documentation](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/docs) or [examples](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/examples)

### Dependencies

- @sd-jwt/types
- "js-base64": "^3.7.6"
  - pure js base64 implementation

---
_Source: https://npm.io/package/@sd-jwt/utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
