
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@comark/angular
Advanced tools
Angular renderer for Comark. Render Markdown with components at runtime, with streaming support for AI output.
Angular renderer for Comark. Render markdown with custom standalone components, streaming support, and SSR.
<comark> component for one-shot markdown renderingnpm install @comark/angular
# or
pnpm add @comark/angular
import { Component } from '@angular/core'
import { ComarkComponent } from '@comark/angular'
import math, { Math } from '@comark/angular/plugins/math'
@Component({
selector: 'app-root',
standalone: true,
imports: [ComarkComponent],
template: `<comark [markdown]="content" [components]="{ Math }" [plugins]="[math()]" />`,
})
export class AppComponent {
content = `# Hello\n\nThis is **Comark** in Angular.`
}
import { Component } from '@angular/core'
import { ComarkComponent } from '@comark/angular'
import { AlertComponent } from './alert.component'
@Component({
selector: 'app-root',
standalone: true,
imports: [ComarkComponent],
template: `<comark [markdown]="content" [components]="{ alert: AlertComponent }" />`,
})
export class AppComponent {
content = `
::alert{type="warning"}
Heads up!
::
`
}
<comark [markdown]="content" [streaming]="isStreaming" caret />
Full guide and API reference at comark.dev/rendering/angular.
Made with ❤️
Published under MIT License.
FAQs
Angular renderer for Comark. Render Markdown with components at runtime, with streaming support for AI output.
The npm package @comark/angular receives a total of 7 weekly downloads. As such, @comark/angular popularity was classified as not popular.
We found that @comark/angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.