Gathering detailed insights and metrics for editorjs-typewriter
Gathering detailed insights and metrics for editorjs-typewriter
Gathering detailed insights and metrics for editorjs-typewriter
Gathering detailed insights and metrics for editorjs-typewriter
A block-style editor with clean JSON output
npm install editorjs-typewriter
Typescript
Module System
Node Version
NPM Version
73
Supply Chain
98.5
Quality
75
Maintenance
50
Vulnerability
81.6
License
TypeScript (90.14%)
HTML (5.56%)
CSS (3.92%)
JavaScript (0.38%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
30,497 Stars
837 Commits
2,178 Forks
251 Watchers
73 Branches
78 Contributors
Updated on Jul 14, 2025
Latest Version
1.0.4
Package Id
editorjs-typewriter@1.0.4
Unpacked Size
541.37 kB
Size
132.65 kB
File Count
49
NPM Version
6.14.15
Node Version
14.17.6
Published on
Apr 26, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
48
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 |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 19/22 approved changesets -- score normalized to 8
Reason
SAST tool is not run on all commits -- score normalized to 7
Details
Reason
1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
Project has not signed or included provenance with any releases.
Details
Reason
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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