New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@react-input-validator/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-input-validator/core

The core library for doing validation to the form inputs in react app. It's used by `@react-input-validator/native` which does the validation in React Native app. Also, used by `@react-input-validator/web` which does the validation in React web app.

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@react-input-validator

It's to validate the input component value in React app (web and native). The value is validated based on the rule(s) defined for the input. If the input is invalid, the error message is shown near the input. Moreover, you can change the inputs' appearance when they are invalid or also valid after the invocation of validation as depicted by the pictures below:

validation for different types of inputs
validation with status icon
file upload

It's very useful before submitted to the server.

How to install

For web app, install the following package:

npm i @react-input-validator/web

For React Native app, install the following package:

npm i @react-input-validator/native

How to use this package

Please see this docs. Additionally, you can take a look at the example directory in the source code.

Keywords

react

FAQs

Package last updated on 20 Jul 2025

Did you know?

Socket

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.

Install

Related posts