Gathering detailed insights and metrics for @editorjs/editorjs
Gathering detailed insights and metrics for @editorjs/editorjs
Gathering detailed insights and metrics for @editorjs/editorjs
Gathering detailed insights and metrics for @editorjs/editorjs
A block-style editor with clean JSON output
npm install @editorjs/editorjs
Typescript
Module System
99.4
Supply Chain
99.6
Quality
91.7
Maintenance
100
Vulnerability
99.6
License
TypeScript (90.05%)
HTML (5.61%)
CSS (3.96%)
JavaScript (0.38%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
10,256,185
Last Day
5,400
Last Week
131,633
Last Month
475,814
Last Year
4,560,274
Apache-2.0 License
29,526 Stars
834 Commits
2,117 Forks
249 Watchers
71 Branches
79 Contributors
Updated on Feb 18, 2025
Minified
Minified + Gzipped
Latest Version
2.30.8
Package Id
@editorjs/editorjs@2.30.8
Unpacked Size
723.49 kB
Size
187.50 kB
File Count
82
Published on
Jan 27, 2025
Cumulative downloads
Total Downloads
Last Day
3.7%
5,400
Compared to previous day
Last Week
9.2%
131,633
Compared to previous week
Last Month
29.9%
475,814
Compared to previous month
Last Year
68.5%
4,560,274
Compared to previous year
34
editorjs.io | documentation | changelog
Editor.js is an open-source text editor offering a variety of features to help users create and format content efficiently. It has a modern, block-style interface that allows users to easily add and arrange different types of content, such as text, images, lists, quotes, etc. Each Block is provided via a separate plugin making Editor.js extremely flexible.
Editor.js outputs a clean JSON data instead of heavy HTML markup. Use it in Web, iOS, Android, AMP, Instant Articles, speech readers, AI chatbots — everywhere. Easy to sanitize, extend and integrate with your logic.
It's quite simple:
Install using NPM, Yarn, or CDN:
1npm i @editorjs/editorjs
Choose and install tools:
See the 😎 Awesome Editor.js list for more tools.
Initialize the Editor:
1<div id="editorjs"></div>
1import EditorJS from '@editorjs/editorjs' 2 3const editor = new EditorJS({ 4 tools: { 5 // ... your tools 6 } 7})
See details about Installation and Configuration at the documentation.
Call editor.save()
and handle returned Promise with saved data.
1const data = await editor.save()
Take a look at the example.html to view more detailed examples.
You can support project improvement and development of new features with a donation to our team.
Donate via OpenCollective
Donate via Crypto
Donate via Patreon
Donations to open-source products have several advantages for your business:
Support us by becoming a sponsor. Your logo will show up here with a link to your website.
Thank you to all our backers
This project exists thanks to all the people who contribute.
Hire CodeX experts to resolve technical challenges and match your product requirements.
Contact us via team@codex.so and share your details
CodeX is a team of digital specialists around the world interested in building high-quality open source products on a global market. We are open for young people who want to constantly improve their skills and grow professionally with experiments in cutting-edge technologies.
🌐 | Join 👋 | ||
---|---|---|---|
codex.so | codex.so/join | @codex_team | @codex_team |
Stable Version
1
6.1/10
Summary
Editor.js vulnerable to Code Injection
Affected Versions
< 2.26.0
Patched Versions
2.26.0
Reason
9 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 20/22 approved changesets -- score normalized to 9
Reason
SAST tool is not run on all commits -- score normalized to 7
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
14 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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