Gathering detailed insights and metrics for ronds-react-markdown
Gathering detailed insights and metrics for ronds-react-markdown
Gathering detailed insights and metrics for ronds-react-markdown
Gathering detailed insights and metrics for ronds-react-markdown
npm install ronds-react-markdown
Typescript
Module System
Node Version
NPM Version
59.6
Supply Chain
93.5
Quality
75.3
Maintenance
100
Vulnerability
79.6
License
TypeScript (78.54%)
JavaScript (21.46%)
Total Downloads
2,741
Last Day
1
Last Week
3
Last Month
22
Last Year
841
4 Stars
2 Commits
1 Forks
2 Watching
1 Branches
1 Contributors
Latest Version
1.0.12
Package Id
ronds-react-markdown@1.0.12
Unpacked Size
1.24 MB
Size
304.35 kB
File Count
9
NPM Version
8.1.0
Node Version
16.13.0
Publised On
04 May 2023
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
200%
3
Compared to previous week
Last month
175%
22
Compared to previous month
Last year
-55.7%
841
Compared to previous year
2
72
The customize CKEditor 5 component to easily integrate for React.
1npm install --save rc-ckfulleditor
1import React from 'react' 2import CKFullEditor from 'rc-ckfulleditor' 3 4const index = () => { 5 return ( 6 <CKFullEditor 7 onChange={(event, editor) => { 8 const data = editor.getData() 9 console.log({ event, editor, data }) 10 }} 11 /> 12 ) 13} 14 15export default index
1import React from 'react' 2import CKFullEditor from 'rc-ckfulleditor' 3 4const index = () => { 5 return ( 6 <CKFullEditor 7 config={{ 8 // ...Ckeditor config 9 cloudinary: { 10 cloudName: YOUR_CLOUDINARY_NAME, 11 uploadPreset: YOUR_UNSIGNED_UPLOAD_PRESET_NAME 12 } 13 }} 14 /> 15 ) 16} 17 18export default index
1import React from 'react' 2import CKFullEditor from 'rc-ckfulleditor' 3 4const index = () => { 5 return ( 6 <CKFullEditor 7 config={{ 8 // ...Ckeditor config 9 customUpload: { 10 url: YOUR_UPLOAD_URL 11 } 12 }} 13 /> 14 ) 15} 16 17export default index
See:
Note: If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in ckeditor.js
). Read more in the Advanced setup guide.
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md
file or https://ckeditor.com/legal/ckeditor-oss-license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
branch protection not enabled on development/release branches
Details
Reason
34 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
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