Gathering detailed insights and metrics for react-draft-wysiwyg
Gathering detailed insights and metrics for react-draft-wysiwyg
Gathering detailed insights and metrics for react-draft-wysiwyg
Gathering detailed insights and metrics for react-draft-wysiwyg
@types/react-draft-wysiwyg
TypeScript definitions for react-draft-wysiwyg
html-to-draftjs
A library for converting plain HTML to DraftJS Editor content. Build for use with **[react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg)**.
react-wysiwyg-typescript
A wrapper Component for react-draft-wysiwyg written in Typescript
@geosolutions/html-to-draftjs
A library for converting plain HTML to DraftJS Editor content. Build for use with **[react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg)**.
A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
npm install react-draft-wysiwyg
55.5
Supply Chain
85
Quality
75.3
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
6,429 Stars
831 Commits
1,162 Forks
83 Watching
58 Branches
71 Contributors
Updated on 26 Nov 2024
Minified
Minified + Gzipped
JavaScript (93.63%)
CSS (6.33%)
Shell (0.04%)
Cumulative downloads
Total Downloads
Last day
-21.7%
38,399
Compared to previous day
Last week
-6.1%
231,538
Compared to previous week
Last month
-5.8%
1,036,738
Compared to previous month
Last year
7.5%
12,718,734
Compared to previous year
44
A Wysiwyg editor built using ReactJS and DraftJS libraries. Demo Page.
The package can be installed from npm react-draft-wysiwyg
$ npm install --save react-draft-wysiwyg draft-js
Editor can be used as simple React Component:
1import { Editor } from "react-draft-wysiwyg"; 2import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css"; 3<Editor 4 editorState={editorState} 5 toolbarClassName="toolbarClassName" 6 wrapperClassName="wrapperClassName" 7 editorClassName="editorClassName" 8 onEditorStateChange={this.onEditorStateChange} 9/>;
For more documentation check here.
For discussions join public channel #rd_wysiwyg in DraftJS Slack Organization.
You can fund project at Patreon.
Original motivation and sponsorship for this work came from iPaoo. I am thankful to them for allowing the Editor to be open-sourced.
MIT.
The latest stable version of the package.
Stable Version
1
5.4/10
Summary
Cross-site Scripting in React Draft Wysiwyg
Affected Versions
< 1.14.6
Patched Versions
1.14.6
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/20 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
98 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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 More