Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@gov.au/callout
Advanced tools
Use callout to notify and alert users of important snippets of information.
Use callout to notify and alert users of important snippets of information.
yarn add @gov.au/callout
npm install @gov.au/callout --save-dev
Usage:
import { AUcallout, AUcalloutCalendar } from './callout.js';
<AUcallout description="Description for this callout">
AUcallout content
</AUcallout>
<AUcalloutCalendar
description="description for this callout"
datetime="2017-01-01T00:00:00+00:00"
time="Sunday 32 Jun"
subline="Your next appointment is"
name="Talk to boss"
/>
All props:
<AUcallout
description="Description for this callout" {/* The label is a must for screen readers */}
attributeOptions {/* Any other attribute options */}
>
Callout content
</AUcallout>
<AUcalloutCalendar
description="description for this callout" {/* The label is a must for screen readers */}
datetime="2017-01-01T00:00:00+00:00" {/* The date time string */}
time="Sunday 32 Jun" {/* The same date but human readable */}
subline="Your next appointment is" {/* Your subline, optional */}
name="Talk to boss" {/* The name of the event, optional */}
dark={ false } {/* A dark variation of the component */}
/>
(💡 additional props are spread onto the component)
For more details have a look at the usage example.
callout
└─ core
The visual test: https://uikit.service.gov.au/packages/callout/tests/site/
Copyright (c) Commonwealth of Australia. Licensed under MIT.
FAQs
Use callout to notify and alert users of important snippets of information.
The npm package @gov.au/callout receives a total of 14 weekly downloads. As such, @gov.au/callout popularity was classified as not popular.
We found that @gov.au/callout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.