
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@equinor/fusion-react-markdown
Advanced tools
npm install @equinor/fusion-react-markdown
import { MarkdownEditor } from '@equinor/fusion-react-markdown';
<MarkdownEditor props>
**some** markdown *text*
</MarkdownEditor>
import { MarkdownEditor } from '@equinor/fusion-react-markdown';
const markdown = "# my heading here";
<MarkdownEditor value={markdown} onInput={(e)=>{console.log(e.target._value)}} change={console.log} />
Name | Type | Default | Description |
---|---|---|---|
menuItems | Array<MdMenuItemType>* | ['strong', 'em', 'bullet_list', 'ordered_list'] | List of visible menu buttons |
minHeight | string | '' | Markdown Editor minimum height |
value | string | '' | Markdown editors value |
menuSize | MenuSizes** | 'medium' | Size of the menu buttons |
* Array<MdMenuItemType>
is list of showing visible menu buttons available as MdMenuItemType
.
type MdMenuItemType =
| 'strong'
| 'em'
| 'link'
| 'ordered_list'
| 'bullet_list'
| 'paragraph'
| 'blockquote'
| 'h1'
| 'h2'
| 'h3'
| 'tx';
* MenuSizes
type imported from markdown component.
type MenuSizes = 'small' | 'medium' | 'large';
FAQs
React component for editing morkdown language
The npm package @equinor/fusion-react-markdown receives a total of 248 weekly downloads. As such, @equinor/fusion-react-markdown popularity was classified as not popular.
We found that @equinor/fusion-react-markdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.