
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@bdt-component-library/date-field
Advanced tools
This is a component published as its own package from our component library monorepo: https://github.com/BenefitsDataTrust/ui-components. Setup instructions, as well as higher-level goals and concerns can be found from the main project README.
This component extends the TextField component to provide a custom DateField component.
| prop | type | required | default | explanation |
|---|---|---|---|---|
| className | string | no | n/a | Adds an optional classname to the component |
| id | string | no | n/a | Adds an optional id to the component |
| defaultValue | string | no | no | Input default value |
| name | string | no | no | Input name attr |
| required | boolean | no | false | Determines if the input is required |
| inputRef | any | no | no | React ref for input |
| helperText | string | no | no | Input helper text |
| onChange | function | no | undefined | Event handler for onchange events |
| autoFocus | boolean | no | false | Input autoFocus attr |
| disabled | boolean | no | undefined | Determines input disabled state |
| noBottomMargin | boolean | no | false | Removes bottom margin of input for more control over formatting |
| placeholder | string | no | none | Allows default placeholder to show when input is empty |
| value | string | no | no | Input value |
| onBlur | function(e: event) | no | () => {} | Event handler for onblur events |
| hasError | boolean | no | false | Determines error state |
| readOnly | boolean | no | false | Property that prevents the user from entering text in the input |
FAQs
DateField component
We found that @bdt-component-library/date-field demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.