# graphology

> A robust and multipurpose Graph object for JavaScript.

Latest version **0.26.0** (published 2025-01-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install graphology
pnpm add graphology
yarn add graphology
bun add graphology
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; pre 1.0.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 0.26.0 |
| Published | 2025-01-26 |
| First published | 2016-08-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1748 |
| Maintainers | yomguithereal |
| Keywords | graph, graph theory, directed, undirected, network |

## Links

- npm: https://www.npmjs.com/package/graphology
- Repository: https://github.com/graphology/graphology
- Homepage: https://github.com/graphology/graphology#readme
- Issues: https://github.com/graphology/graphology/issues
- npm.io page: https://npm.io/package/graphology

## Dependencies (1)

- [events](https://npm.io/package/events.md) ^3.3.0

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 0.26.0 (latest) — 2025-01-26
- 0.26.0-rc1 (rc) — 2025-01-08
- 0.26.0-alpha1 (alpha) — 2023-03-02
- 0.25.4 — 2023-08-01
- 0.25.3 — 2023-07-27
- 0.25.2 — 2023-07-27
- 0.25.1 — 2022-10-26
- 0.25.0 — 2022-09-21
- 0.24.1 — 2022-02-16
- 0.24.0 — 2022-02-10
- 0.23.2 — 2021-12-08
- 0.23.1 — 2021-11-14
- 0.23.0 — 2021-11-12
- 0.22.2 — 2021-11-10
- 0.22.1 — 2021-10-31
- … 51 more at https://npm.io/package/graphology/versions

## README

# Graphology

`graphology` is a specification for a robust & multipurpose JavaScript `Graph` object and aiming at supporting various kinds of graphs under a same unified interface.

You will also find here the source for the reference implementation of this specification.

## Documentation

Full documentation for the library/specs is available [here](https://graphology.github.io).

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