# @feathersjs/adapter-commons

> Shared database adapter utility functions

Latest version **5.0.50** (published 2026-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @feathersjs/adapter-commons
pnpm add @feathersjs/adapter-commons
yarn add @feathersjs/adapter-commons
bun add @feathersjs/adapter-commons
```

## Health

**Score 70/100 (B)** — status: active.

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

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 5.0.50 |
| Published | 2026-09-11 |
| First published | 2018-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 12 |
| Dependencies | 3 |
| Unpacked size | 98.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15264 |
| Author | Feathers contributor |
| Maintainers | daffl, marshallswain |
| Keywords | feathers |

## Links

- npm: https://www.npmjs.com/package/@feathersjs/adapter-commons
- Repository: https://github.com/feathersjs/feathers
- Homepage: https://feathersjs.com
- Issues: https://github.com/feathersjs/feathers/issues
- Funding: https://opencollective.com/feathers
- npm.io page: https://npm.io/package/@feathersjs/adapter-commons

## Dependencies (3)

- [@feathersjs/errors](https://npm.io/package/@feathersjs/errors.md) ^5.0.50
- [@feathersjs/commons](https://npm.io/package/@feathersjs/commons.md) ^5.0.50
- [@feathersjs/feathers](https://npm.io/package/@feathersjs/feathers.md) ^5.0.50

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 5.0.50 (latest) — 2026-09-11
- 4.5.21 (crow) — 2026-08-10
- 6.0.0-pre.0 (pre) — 2026-01-31
- 5.0.49 — 2026-08-14
- 5.0.48 — 2026-08-11
- 4.5.20 — 2026-08-10
- 5.0.46 — 2026-06-27
- 5.0.45 — 2026-06-04
- 5.0.44 — 2026-04-02
- 5.0.43 — 2026-03-21
- 5.0.42 — 2026-03-04
- 5.0.41 — 2026-02-19
- 4.5.19 — 2026-02-07
- 5.0.40 — 2026-02-03
- 5.0.39 — 2026-01-31
- … 118 more at https://npm.io/package/@feathersjs/adapter-commons/versions

## README

# Feathers Adapter Commons

[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/adapter-commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/adapter-commons)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)

> Shared utility functions for Feathers adatabase adapters

## Installation

```
npm install @feathersjs/adapter-commons --save
```

## Documentation

Refer to the [Feathers database adapter documentation](https://feathersjs.com/api/databases/common.html) for more details.

## Authors

[Feathers contributors](https://github.com/feathersjs/adapter-commons/graphs/contributors)

## License

Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).

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