
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@alkhipce/editorjs-react
Advanced tools
[](https://www.npmjs.com/package/@alkhipce/editorjs-react) [](https://github.com/etozhealkhipce/editorjs-react) [![]
npm i @alkhipce/editorjs-react
// import Parser component or import certain component like this (available components list below)
import { Parser, Table } from '@alkhipce/editorjs-react';
const App = () => {
return (
<>
<Parser data={EDITORJS_DATA} />
<Table content={EDITORJS_DATA} withHeadings={false} />;
</>
);
};
Props | Description | Type | Default |
---|---|---|---|
code | display code in preformatted style | string | - |
Props | Description | Type | Default |
---|---|---|---|
- | - | - | - |
Props | Description | Type | Default |
---|---|---|---|
level | heading text level | number (1-6) | 1 |
text | your text | string | - |
Props | Description | Type | Default |
---|---|---|---|
file | contains image info | object with field url: string; | - |
caption | image caption | string or undefined | - |
withBorder | add border around image | boolean or undefined | false |
stretched | stretch image | boolean or undefined | false |
withBackground | add image background | boolean or undefined | false |
Props | Description | Type | Default |
---|---|---|---|
items | list items | string array | [] |
style | set ordered or unordered list style | 'ordered' or 'unordered' string | 'unordered' |
Props | Description | Type | Default |
---|---|---|---|
text | your text | string | - |
Props | Description | Type | Default |
---|---|---|---|
text | your text | string | - |
caption | quote caption | string | - |
alignment | set quote alignment | 'left' or 'center' string | 'left' |
Props | Description | Type | Default |
---|---|---|---|
html | your code | string | - |
Props | Description | Type | Default |
---|---|---|---|
content | table data | string[][] | - |
withHeadings | add table headings | boolean | false |
FAQs
[](https://www.npmjs.com/package/@alkhipce/editorjs-react) [](https://github.com/etozhealkhipce/editorjs-react) [![]
We found that @alkhipce/editorjs-react demonstrated a not healthy version release cadence and project activity because the last version was released 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.