Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@equinor/fusion-wc-markdown
Advanced tools
fusion-wc-markdown
npm install @equinor/fusion-wc-markdown
<fusion-wc-markdown-editor props>
**some** markdown *text*
</fusion-wc-markdown-editor>
const markdown = "# my heading here";
<fwc-markdown-editor 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';
* MenuSizes
type imported from markdown component.
type MenuSizes = 'small' | 'medium' | 'large';
FAQs
Markdown editor created from ProseMirror markdown
The npm package @equinor/fusion-wc-markdown receives a total of 1,102 weekly downloads. As such, @equinor/fusion-wc-markdown popularity was classified as popular.
We found that @equinor/fusion-wc-markdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.