
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
A React Component Library with all the most used components for Front-End Development created by lnardon
You can use this React Component Library to optimize your front-end development or even give it a more complete feel to your functional mockups.
For now all the components have a minimalistic black/white style but in the future new designs will be created
npm install nrd.js
import React from 'react'
import { LoginForm } from 'nrd.js'
const App = () => {
return <LoginForm />
}
Any Contribution is Welcome !!! MIT © lnardon
| Prop | Description | value/format |
|---|---|---|
| message | Alert's Message | string |
| Prop | Description | value/format |
|---|---|---|
| url | URL of the server to make the POST request with the username and password | string |
| title | Title to be displayed above the form | string |
| Prop | Description | value/format |
|---|---|---|
| title | Title of the expandalble area | string |
| content | Content hidden by the expandalble area | string |
| getStatus | Callback to get the status expandalble area | function |
| Prop | Description | value/format |
|---|---|---|
| type | Type of the input field (e.g: string, number, email, password) | string |
| getvalueCallback | Callback that returns the value from the input field as parameter | function |
| Prop | Description | value/format |
|---|---|---|
| LoginImage | URL of the image displayed above the form | string |
| url | URL of the server to make the POST request with the username and password | string |
| Prop | Description | value/format |
|---|---|---|
| maxValue | Maximun value of the progress indicator | number |
| progressValue | Initial value of the progress indicator | number |
| Prop | Description | value/format |
|---|---|---|
| getvalueCallback | Callback that returns the value from the Rating Component as parameter | function |
| Prop | Description | value/format |
|---|---|---|
| options | Array with the options available for the user to select(e.g: {label: OptionTitle, value: InputValue}) | array of JSON |
| getvalueCallback | Callback that returns the selected value from the select as a parameter | function |
| Prop | Description | value/format |
|---|---|---|
| min | Minimal value of the slider | number |
| max | Maximal value of the slider | number |
| getvalueCallback | Callback that returns the value from the Select Component as parameter | function |
| Prop | Description | value/format |
|---|---|---|
| getState | Callback that returns the state of the switch | function |
Function to check if the CPF Number (Brazilian Social Security) is valid.
Function to facilitate saving values in local storage.
Function to log a given variable every time it change value.
FAQs
A little react component library created by lnardon
We found that nrd.js demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.