# prosemirror-view

> ProseMirror's view component

Latest version **1.42.5** (published 2026-09-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install prosemirror-view
pnpm add prosemirror-view
yarn add prosemirror-view
bun add prosemirror-view
```

## Health

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

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.42.5 |
| Published | 2026-09-21 |
| First published | 2016-09-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 883.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | marijn |

## Links

- npm: https://www.npmjs.com/package/prosemirror-view
- Repository: https://code.haverbeke.berlin/prosemirror/prosemirror-view
- npm.io page: https://npm.io/package/prosemirror-view

## Dependencies (3)

- [prosemirror-model](https://npm.io/package/prosemirror-model.md) ^1.25.12
- [prosemirror-state](https://npm.io/package/prosemirror-state.md) ^1.0.0
- [prosemirror-transform](https://npm.io/package/prosemirror-transform.md) ^1.1.0

## Recent versions

- 1.42.5 (latest) — 2026-09-21
- 1.24.0-beta.3 (beta) — 2022-05-24
- 1.9.14-prerelease6 (prerelease) — 2019-08-09
- 1.42.4 — 2026-09-18
- 1.42.3 — 2026-08-24
- 1.42.2 — 2026-07-24
- 1.42.1 — 2026-07-11
- 1.42.0 — 2026-07-01
- 1.41.9 — 2026-06-10
- 1.41.8 — 2026-04-02
- 1.41.7 — 2026-03-18
- 1.41.6 — 2026-02-06
- 1.41.5 — 2026-01-14
- 1.41.4 — 2025-12-01
- 1.41.3 — 2025-10-09
- … 294 more at https://npm.io/package/prosemirror-view/versions

## README

# prosemirror-view

[ [**WEBSITE**](https://prosemirror.net) | [**ISSUES**](https://code.haverbeke.berlin/prosemirror/prosemirror/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**CHANGELOG**](https://code.haverbeke.berlin/prosemirror/prosemirror-view/src/branch/main/CHANGELOG.md) ]

This is a [core module](https://prosemirror.net/docs/ref/#view) of [ProseMirror](https://prosemirror.net).
ProseMirror is a well-behaved rich semantic content editor based on
contentEditable, with support for collaborative editing and custom
document schemas.

This [module](https://prosemirror.net/docs/ref/#view) exports the editor
view, which renders the current document in the browser, and handles
user events.

The [project page](https://prosemirror.net) has more information, a
number of [examples](https://prosemirror.net/examples/) and the
[documentation](https://prosemirror.net/docs/).

This code is released under an
[MIT license](https://code.haverbeke.berlin/prosemirror/prosemirror/src/branch/main/LICENSE).
There's a [forum](http://discuss.prosemirror.net) for general
discussion and support requests, and the
[bug tracker](https://code.haverbeke.berlin/prosemirror/prosemirror/issues)
is the place to report issues.

We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
conduct](http://contributor-covenant.org/version/1/1/0/) that applies
to communication around the project.

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