Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@dpa-id-components/dpa-event-item
Advanced tools
DpaEventItem
Vue 2.x domain sepecific for Events (i.e. topic and event items in dpa-Agenda) component based on the dpa Design Kit
yarn add @dpa-id-components/dpa-event-item
<!-- SomeComponent.vue using DpaEventItem -->
<template>
<div ref="container">
<dpa-event-item v-bind="eventProps" />
</div>
</template>
<script>
export default {
data() {
width: 0,
resizeObserver: undefined,
eventProps: {
date: "27. September",
dateDetail: "Ganztägig",
title:
"Auftakt des Kapitalanlegermusterverfahrens am OLG Stuttgart gegen die VW-Holding Porsche SE im Zusammenhang mit dem Dieselskandal",
location: "Berlin",
noticeType: "event",
actionType: "favorite",
comments: "10 Inhalte geplant",
}
},
}
</script>
View a demo of <dpa-event-item>
on Storybook
Name | Type | Required | Description |
---|---|---|---|
title | String | true | The title of the event or topic |
date | String | true | The formatted date of the event or topic |
dateDetail | String | false | Additional date information (e.g. time) |
noticeType | string | false | Either "event" or "topic" |
comments | String | false | Supplementary text information (e.g. content) |
size | String | false | Size variant; either small , medium , large |
view | String | false | Which view variant should be used, compact or standard |
top | Boolean | false | If the event item should displayed as "top entry" |
description | String | false | The teaser text that should be displayed. Only applies to standard view. |
truncateTitle | Boolean | false | Applies a line-clamp of two rows to the event's title field. |
Name | Description |
---|---|
actions | slot for a ui-menu activator button for further actions (e.g. copy, share) |
addFavoriteAction | slot for a ui-tooltip incl. activator button for add to favorite action |
filters | slot for a DpaFilterBadge components |
planningItems | slot for a DpaPlanningItem components |
FAQs
DpaEventItem vue component with dpa Design Kit
The npm package @dpa-id-components/dpa-event-item receives a total of 19 weekly downloads. As such, @dpa-id-components/dpa-event-item popularity was classified as not popular.
We found that @dpa-id-components/dpa-event-item 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.