
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@govuk-react/date-input
Advanced tools
Date input component displaying day, month and year and featuring several configurable options.
import DateInput from '@govuk-react/date-input';
Simple
<DateInput>What is your date of birth?</DateInput>
Date with hint text
<DateInput hintText="For example, 31 03 1980">
What is your date of birth?
</DateInput>
Date with hint text & error
<DateInput
hintText="For example, 31 03 1980"
errorText="Error message goes here"
>
What is your date of birth?
</DateInput>
With custom input name props
<DateInput inputNames={{ day: 'dayInputName' }} hintText="For example, 31 03 1980">
What is your date of birth?
</DateInput>
| Prop | Required | Default | Type | Description |
|---|---|---|---|---|
children | true | `````` | node | |
errorText | undefined | string | Error text | |
hintText | undefined | string | Optional hint text | |
inputNames | { day: 'dateInputDay', month: 'dateInputMonth', year: 'dateInputYear', } | shape[object Object] | Input name attributes |
FAQs
Date input component displaying day, month and year and featuring several configurable options.
The npm package @govuk-react/date-input receives a total of 25 weekly downloads. As such, @govuk-react/date-input popularity was classified as not popular.
We found that @govuk-react/date-input demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.