Installations
npm install prosemirror-view
Releases
Unable to fetch releases
Developer
Developer Guide
Module System
ESM
Min. Node Version
Typescript Support
Yes
Node Version
20.13.1
NPM Version
10.9.0
Statistics
1,719 Stars
1,368 Commits
244 Forks
21 Watching
3 Branches
69 Contributors
Updated on 27 Nov 2024
Languages
TypeScript (99.67%)
CSS (0.33%)
Total Downloads
Cumulative downloads
Total Downloads
156,412,997
Last day
-1.3%
353,627
Compared to previous day
Last week
2.1%
1,822,511
Compared to previous week
Last month
7.5%
7,643,179
Compared to previous month
Last year
60.4%
67,391,028
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
2
prosemirror-view
[ WEBSITE | ISSUES | FORUM | CHANGELOG ]
This is a core module of ProseMirror. ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas.
This module exports the editor view, which renders the current document in the browser, and handles user events.
The project page has more information, a number of examples and the documentation.
This code is released under an MIT license. There's a forum for general discussion and support requests, and the GitHub bug tracker is the place to report issues.
We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.
No vulnerabilities found.
Reason
30 commit(s) out of 30 and 0 issue activity out of 0 found in the last 90 days -- score normalized to 10
Reason
no vulnerabilities detected
Reason
tokens are read-only in GitHub workflows
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
- Info: : LICENSE:1
Reason
all dependencies are pinned
Details
- Info: GitHub-owned GitHubActions are pinned
- Info: Third-party GitHubActions are pinned
- Info: Dockerfile dependencies are pinned
- Info: no insecure (not pinned by hash) dependency downloads found in Dockerfiles
- Info: no insecure (not pinned by hash) dependency downloads found in shell scripts
Reason
no binaries found in the repo
Reason
GitHub code reviews found for 5 commits out of the last 30 -- score normalized to 1
Details
- Warn: no reviews found for commit: 2746623edad7b19c1f23f6e437b624f37daa7a3d
- Warn: no reviews found for commit: f1968e0c5c2f10429fd17fab1b134fc5cc3abe12
- Warn: no reviews found for commit: facde1aea2ef79ba197e49ecab64a08a8bb14e12
- Warn: no reviews found for commit: 81e61ebd976be2c976e710742d77777d82edeca5
- Warn: no reviews found for commit: 978011f981969c2265030f10c023e3b05219a95c
- Warn: no reviews found for commit: 6ef04c322be76ace429e1124f9fc8368fb0e5792
- Warn: no reviews found for commit: 2f9753dc5331cf5ee6852fcaa5a9a857463506f3
- Warn: no reviews found for commit: 67581c4d090141ac8fc135a2c0281f493ca038e3
- Warn: no reviews found for commit: b06d598fbe4e2106367132c6fb9c082cf1235e56
- Warn: no reviews found for commit: be29db24490ca81439a725082966e3b489de92bd
- Warn: no reviews found for commit: 4cc642baf73caf9da2e5f104bd6fb99ed6408773
- Warn: no reviews found for commit: 9a850f7e66bc4f42aed880534dc9eaee79887039
- Warn: no reviews found for commit: fd99e6f4796d1300089b2a267bdaed9fbd281616
- Warn: no reviews found for commit: 58897b155447857def000395843a4fa732f5fc1e
- Warn: no reviews found for commit: 5c9bc460f60204b73be7d1a3aefa790f01d8034e
- Warn: no reviews found for commit: 3467f9c863956c0edd5a0231836025c6caaa097b
- Warn: no reviews found for commit: 5378d087862f5b82baa66b2ada2856ebd6da0764
- Warn: no reviews found for commit: 60e178b39d9eb7882bf6a376d7b5b73358cc4065
- Warn: no reviews found for commit: 1b5cc496cad39f1a8d2e46445f7594d39cb42187
- Warn: no reviews found for commit: ee4ea06b9317368c18f5a68255e2d61ccfcd92ba
- Warn: no reviews found for commit: 30677a4f65a036cc4488ae5daf74acd7ec1cefa6
- Warn: no reviews found for commit: 2c63f44eff339fcf80aac5a6239f353d8e2537ec
- Warn: no reviews found for commit: 9c3a3284d3d4ee2de7e3a5240d763520a2c385e4
- Warn: no reviews found for commit: 0840de7b48ac3e3a82ebd196017bf5767f3f1cfd
- Warn: no reviews found for commit: 47d0536c77f9bfbb874575b4a75c78b39a9ef615
Reason
no badge detected
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
security policy file not detected
Reason
project is not fuzzed
Reason
no update tool detected
Details
- Warn: dependabot config file not detected in source location. We recommend setting this configuration in code so it can be easily verified by others.
- Warn: renovatebot config file not detected in source location. We recommend setting this configuration in code so it can be easily verified by others.
Score
5.8
/10
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to prosemirror-view
prosemirror-trailing-node
A trailing node plugin for the prosemirror editor.
note-editor
### index.d.ts ```ts import { EditorView } from 'prosemirror-view'; import { LanguageFn } from 'highlight.js';
prosemirror-menu
Simple menu elements for ProseMirror
prosemirror-dropcursor
Drop cursor plugin for ProseMirror