# @rjsf/utils

> Utility functions for @rjsf/core

Latest version **6.10.0** (published 2026-09-09) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @rjsf/utils
pnpm add @rjsf/utils
yarn add @rjsf/utils
bun add @rjsf/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 | 6.10.0 |
| Published | 2026-09-09 |
| First published | 2022-08-28 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=20 |
| Dependencies | 5 |
| Unpacked size | 2.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 15892 |
| Author | Heath Chiavettone |
| Maintainers | epicfaace, rjsf-bot |
| Keywords | react-jsonschema-form, jsonschema, json-schema, json, schema, rjsf-utils |

## Links

- npm: https://www.npmjs.com/package/@rjsf/utils
- Repository: https://github.com/rjsf-team/react-jsonschema-form
- Homepage: https://github.com/rjsf-team/react-jsonschema-form#readme
- Issues: https://github.com/rjsf-team/react-jsonschema-form/issues
- npm.io page: https://npm.io/package/@rjsf/utils

## Dependencies (5)

- [fast-uri](https://npm.io/package/fast-uri.md) ^4.1.4
- [react-is](https://npm.io/package/react-is.md) ^18.3.1
- [fast-equals](https://npm.io/package/fast-equals.md) ^6.0.0
- [jsonpointer](https://npm.io/package/jsonpointer.md) ^5.0.1
- [@x0k/json-schema-merge](https://npm.io/package/@x0k/json-schema-merge.md) ^1.0.3

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 6.10.0 (latest) — 2026-09-09
- 6.0.0-beta.23 (next) — 2025-10-28
- 6.8.0 — 2026-08-14
- 6.7.1 — 2026-07-24
- 6.7.0 — 2026-07-17
- 6.6.2 — 2026-06-06
- 6.6.1 — 2026-05-28
- 6.6.0 — 2026-05-28
- 6.5.3 — 2026-05-17
- 6.5.2 — 2026-05-01
- 6.5.1 — 2026-04-18
- 6.5.0 — 2026-04-18
- 6.4.2 — 2026-03-28
- 6.4.1 — 2026-03-07
- 6.4.0 — 2026-03-07
- … 133 more at https://npm.io/package/@rjsf/utils/versions

## README

[![Build Status][build-shield]][build-url]
[![npm][npm-shield]][npm-url]
[![npm downloads][npm-dl-shield]][npm-dl-url]
[![Contributors][contributors-shield]][contributors-url]
[![Apache 2.0 License][license-shield]][license-url]

<!-- PROJECT LOGO -->
<br />
<p align="center">
  <h3 align="center">@rjsf/utils</h3>

  <p align="center">
  Utility functions for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
    <br />
    <a href="https://rjsf-team.github.io/react-jsonschema-form/docs/"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
    ·
    <a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a>
    ·
    <a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a>
  </p>
</p>

<!-- TABLE OF CONTENTS -->

## Table of Contents

- [Table of Contents](#table-of-contents)
- [About The Project](#about-the-project)
  - [Built With](#built-with)
- [Getting Started](#getting-started)
  - [Prerequisites](#prerequisites)
  - [Installation](#installation)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Contact](#contact)

<!-- ABOUT THE PROJECT -->

## About The Project

Exports `utils` functions for `react-jsonschema-form`.

### Built With

- [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form/)
- [TypeScript](https://www.typescriptlang.org/)

<!-- GETTING STARTED -->

## Getting Started

### Installation

```bash
yarn add @rjsf/utils
```

<!-- USAGE EXAMPLES -->

## Usage

```jsx
import * as Utils from '@rjsf/utils';
```

## Documentation

[Utility function documentation](https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/utility-functions/)

<!-- ROADMAP -->

## Roadmap

See the [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues) for a list of proposed features (and known issues).

<!-- CONTRIBUTING -->

## Contributing

Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.

<!-- CONTACT -->

## Contact

rjsf team: [https://github.com/orgs/rjsf-team/people](https://github.com/orgs/rjsf-team/people)

GitHub repository: [https://github.com/rjsf-team/react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg
[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions
[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg
[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors
[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
[license-url]: https://choosealicense.com/licenses/apache-2.0/
[npm-shield]: https://img.shields.io/npm/v/@rjsf/utils/latest.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@rjsf/utils
[npm-dl-shield]: https://img.shields.io/npm/dm/@rjsf/utils.svg?style=flat-square
[npm-dl-url]: https://www.npmjs.com/package/@rjsf/utils

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