
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@cartamd/plugin-attachment
Advanced tools
This plugin adds support for attachments. Install it using:
This plugin adds support for attachments. Install it using:
npm i @cartamd/plugin-attachment
Import the default theme, or create you own:
import '@cartamd/plugin-attachment/default.css';
<script lang="ts">
import { Carta, MarkdownEditor } from 'carta-md';
import { attachment } from '@cartamd/plugin-attachment';
const carta = new Carta({
extensions: [
attachment({
upload(file) {
/* ... */
}
})
]
});
</script>
<MarkdownEditor {carta} />
Checkout the docs for examples, options and more.
FAQs
This plugin adds support for attachments. Install it using:
We found that @cartamd/plugin-attachment 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
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.