
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@coolbytes/editorjs-delimiter
Advanced tools
This Editor.js block tool extends @editorjs/delimiter to include more styles - dash and line. For line style, more options are also available under block settings menu (see Preview).
Using npm
npm install @coolbytes/editorjs-delimiter
Using yarn
yarn add @coolbytes/editorjs-delimiter
Include it in the tools property of Editor.js config:
const editor = new EditorJS({
tools: {
delimiter: Delimiter
}
});
| Field | Type | Optional | Default | Description |
|---|---|---|---|---|
| styleOptions | string[] | Yes | ['star', 'dash', 'line'] | All supported delimiter styles |
| defaultStyle | string | Yes | 'star' | Preferred delimiter style |
| lineWidthOptions | number[] | Yes | [8, 15, 25, 35, 50, 60, 100] | All supported line width options (%). Applicable for 'line' style only |
| defaultLineWidth | number | Yes | 25 | Preferred line width. Applicable for 'line' style only |
| lineThicknessOptions | number[] | Yes | [1, 2, 3, 4, 5, 6] | All supported line thickness options. Applicable for 'line' style only |
| defaultLineThickness | number | Yes | 2 | Preferred line thickness. Applicable for 'line' style only |
const editor = EditorJS({
tools: {
delimiter: {
class: Delimiter,
config: {
styleOptions: ['star', 'dash', 'line'],
defaultStyle: 'star',
lineWidthOptions: [8, 15, 25, 35, 50, 60, 100],
defaultLineWidth: 25,
lineThicknessOptions: [1, 2, 3, 4, 5, 6],
defaultLineThickness: 2,
}
}
}
});
| Field | Type | Availability | Description |
|---|---|---|---|
| style | string | All Styles | Delimiter Style |
| lineWidth | number | line | Width of line style delimiter |
| lineThickness | number | line | Thickness of line style delimiter |
Example:
{
"time": 1715969561758,
"blocks": [
{
"id": "_K5QcJHHuK",
"type": "delimiter",
"data": {
"style": "line",
"lineWidth": 25,
"lineThickness": 2
}
}
],
"version": "2.29.1"
}
FAQs
Delimiter block tool for Editor.js
The npm package @coolbytes/editorjs-delimiter receives a total of 356 weekly downloads. As such, @coolbytes/editorjs-delimiter popularity was classified as not popular.
We found that @coolbytes/editorjs-delimiter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.