
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@cometchat/cards-angular
Advanced tools
An Angular component for rendering CometChat Card Schema JSON. This is a thin wrapper around @cometchat/cards that mounts the vanilla DOM output into an Angular component with full lifecycle management.
CometChatCardActionEventsThe package is a pure renderer. It doesn't talk to the CometChat SDK, doesn't manage message lifecycle, and doesn't know about your app's routing. You decide what each action does.
npm install @cometchat/cards-angular
@cometchat/cards-angular includes @cometchat/cards as a dependency — no need to install both.
@angular/core >= 17.0.0@angular/common >= 17.0.0import { CometChatCardViewComponent } from '@cometchat/cards-angular';
import type { CometChatCardActionEvent } from '@cometchat/cards-angular';
@Component({
selector: 'app-card-message',
standalone: true,
imports: [CometChatCardViewComponent],
template: `
<cometchat-card-view
[cardJson]="cardJson"
[themeMode]="'auto'"
(action)="handleAction($event)">
</cometchat-card-view>
`
})
export class CardMessageComponent {
cardJson = '{...}';
handleAction(event: CometChatCardActionEvent) {
console.log('action:', event.action.type, 'from', event.elementId);
}
}
| Input | Type | Default | Description |
|---|---|---|---|
cardJson | string | '' | Card Schema JSON string (required) |
themeMode | 'auto' | 'light' | 'dark' | 'auto' | Color mode |
themeOverride | CometChatCardThemeOverride | — | Partial theme overrides |
logLevel | 'none' | 'error' | 'warning' | 'verbose' | 'warning' | Console log verbosity |
| Output | Type | Description |
|---|---|---|
action | EventEmitter<CometChatCardActionEvent> | Emits when user clicks a button, iconButton, or link |
containerStyle | EventEmitter<CometChatCardContainerStyle> | Emits resolved container style for parent layout |
Refer to the Integration Steps to integrate the angular cards into your app.
For integration issues, create a support ticket or seek real-time support via the CometChat Dashboard.
FAQs
CometChat Card Schema renderer — Angular wrapper
The npm package @cometchat/cards-angular receives a total of 7 weekly downloads. As such, @cometchat/cards-angular popularity was classified as not popular.
We found that @cometchat/cards-angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 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
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.