# @ldapjs/filter

> API for handling LDAP-style filters

Latest version **2.1.1** (published 2023-08-16) · MIT license · 0 weekly downloads

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

## Install

```sh
npm install @ldapjs/filter
pnpm add @ldapjs/filter
yarn add @ldapjs/filter
bun add @ldapjs/filter
```

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2023-08-16 |
| First published | 2022-06-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 177.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | melloc, jsumners, jgeurts, tonybrix |

## Links

- npm: https://www.npmjs.com/package/@ldapjs/filter
- Repository: https://github.com/ldapjs/filter
- Issues: https://github.com/ldapjs/filter/issues
- npm.io page: https://npm.io/package/@ldapjs/filter

## Dependencies (3)

- [@ldapjs/asn1](https://npm.io/package/@ldapjs/asn1.md) 2.0.0
- [process-warning](https://npm.io/package/process-warning.md) ^2.1.0
- [@ldapjs/protocol](https://npm.io/package/@ldapjs/protocol.md) ^1.2.1

## Recent versions

- 2.1.1 (latest) — 2023-08-16
- 2.0.0-rc.5 (rc) — 2023-02-21
- 2.1.0 — 2023-06-30
- 2.0.0 — 2023-02-22
- 2.0.0-rc.4 — 2023-02-21
- 2.0.0-rc.3 — 2023-02-20
- 2.0.0-rc.2 — 2023-02-15
- 1.0.0 — 2022-06-26
- 1.0.0-rc.10 — 2022-06-26
- 1.0.0-rc.9 — 2022-06-26
- 1.0.0-rc.8 — 2022-06-20
- 1.0.0-rc.7 — 2022-06-19
- 1.0.0-rc.6 — 2022-06-19
- 1.0.0-rc.5 — 2022-06-19
- 1.0.0-rc.4 — 2022-06-19
- … 3 more at https://npm.io/package/@ldapjs/filter/versions

## README

# ldap-filter

Provides methods for representing and working with LDAP filter
strings as defined by [RFC 4515](https://datatracker.ietf.org/doc/html/rfc4515).

## License

MIT.

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