
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.
@formdown/editor
Advanced tools
Development tool for Formdown syntax with advanced editing features
Web component editor for Formdown syntax.
npm install @formdown/editor
<script type="module">
import '@formdown/editor'
</script>
<formdown-editor
content="@name: [text required]"
show-preview="true">
</formdown-editor>
import '@formdown/editor'
const editor = document.querySelector('formdown-editor')
editor.content = '@name: [text required]'
editor.showPreview = true
// Listen for content changes
editor.addEventListener('contentChange', (event) => {
console.log('New content:', event.detail.content)
})
content
(string) - The Formdown content to editshowPreview
(boolean) - Whether to show live previewreadonly
(boolean) - Make editor read-onlycontentChange
- Fired when content changes
detail.content
- Updated contentFor complete documentation, visit the Formdown documentation.
MIT
FAQs
Development tool for Formdown syntax with advanced editing features
The npm package @formdown/editor receives a total of 6 weekly downloads. As such, @formdown/editor popularity was classified as not popular.
We found that @formdown/editor 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.
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.