# @prisma/client-runtime-utils

> Utility types and singletons used by the Prisma Client.

Latest version **7.10.0** (published 2026-08-25) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @prisma/client-runtime-utils
pnpm add @prisma/client-runtime-utils
yarn add @prisma/client-runtime-utils
bun add @prisma/client-runtime-utils
```

## Health

**Score 80/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 7.10.0 |
| Published | 2026-08-25 |
| First published | 2025-10-06 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 189.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 47610 |
| Maintainers | prismabot, aqrln, tylerhogarth, ankur-datta-007 |

## Links

- npm: https://www.npmjs.com/package/@prisma/client-runtime-utils
- Repository: https://github.com/prisma/prisma
- npm.io page: https://npm.io/package/@prisma/client-runtime-utils

## Recent versions

- 7.10.0 (latest) — 2026-08-25
- 8.1.0-dev.6 (dev) — 2026-09-01
- 7.10.0-integration-fix-prisma-publish-token.1 (integration) — 2026-08-17
- 7.9.1-dev.1 (patch-dev) — 2026-07-27
- 8.1.0-dev.5 — 2026-09-01
- 8.1.0-dev.4 — 2026-09-01
- 8.1.0-dev.3 — 2026-09-01
- 8.1.0-dev.2 — 2026-08-27
- 8.1.0-dev.1 — 2026-08-25
- 7.10.0-dev.58 — 2026-08-17
- 7.10.0-integration-prisma7-project-closeout.10 — 2026-08-17
- 7.10.0-dev.57 — 2026-08-14
- 7.10.0-integration-prisma7-project-closeout.9 — 2026-08-13
- 7.10.0-integration-prisma7-project-closeout.8 — 2026-08-13
- 7.10.0-integration-prisma7-project-closeout.7 — 2026-08-13
- … 472 more at https://npm.io/package/@prisma/client-runtime-utils/versions

## README

# `@prisma/client-runtime-utils`

This package provides utility types and singleton instances used by the Prisma Client.
These are reexported by the generated clients but can also be directly imported from here.
This is useful for cases where one does not want to depend on a specific generated Prisma Client.

Example usage:

```
import { PrismaClientKnownRequestError, DbNull, Decimal } from '@prisma/client-runtime-utils'
```

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