
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@dpa-id-components/dpa-event-items-preview
Advanced tools
DpaEventItemsPreview vue component with dpa Design Kit
DpaEventItemsPreview
Vue 2.x domain sepecific UI component for a 5 day preview of event items based on the dpa Design Kit
yarn add @dpa-id-components/dpa-event-items-preview
<!-- SomeComponent.vue using DpaEventItemsPreview -->
<template>
<DpaEventItemsPreview :events="eventsGroupedByDay" top="128">
<template v-slot:default="slotProps">
<DpaEventItem :event="slotProps.event" />
</template>
</DpaEventItemsPreview>
</template>
<script>
import DpaEventItemsPreview from "@dpa-id-components/dpa-event-items-preview";
import "@dpa-id-components/dpa-event-items-preview/dist/DpaEventItemsPreview.css";
export default {
components: { DpaEventItemsPreview },
};
</script>
View a demo of <dpa-event-items-preview>
on Storybook
Name | Type | Required | Default | Description |
---|---|---|---|---|
events | Array | true | [] | An array of event objects, formatted and grouped by day |
top | Number | false | 0 | top position for the sticky header in px |
Name | Description |
---|---|
default | slot for the rendering of the event item |
FAQs
DpaEventItemsPreview vue component with dpa Design Kit
We found that @dpa-id-components/dpa-event-items-preview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.