
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
@brighthr/component-input
Advanced tools
To install, type the following into the command line at the root of your project:
To install, type the following into the command line at the root of your project:
npm i @brighthr/component-input
To implement the Input component into your project you’ll need to add the import:
import Input from '@brighthr/component-input';
After adding import into your project you can use it simply like:
<Input />
Name | Type | Default | Description |
---|---|---|---|
buttonAriaLabel | string | Sets the aria-label for the button if hasOverlay and hasButton are true . | |
disabled | boolean | If true , disables the input. | |
error | boolean | false | If true , shows a red error theme. |
inputSize | 'base' 'xl' | 'base' | Sets the size of the input. |
label | string | Sets the label text. | |
leftIconName | IconName | Sets the icon to display on the left (See Icon component). | |
onClickButton | () => void | Function to handle onclick. | |
required | boolean | false | If true , sets the html input as required and adds the red required text. |
rightIconName | IconName | Sets the icon to display on the right (See Icon component). | |
unit | 'days' 'hrs' 'mins' | Sets the unit to display. |
FAQs
Unknown package
The npm package @brighthr/component-input receives a total of 1,986 weekly downloads. As such, @brighthr/component-input popularity was classified as popular.
We found that @brighthr/component-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.