Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

akaragiannis-password-form-validation

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

akaragiannis-password-form-validation

Welcome to the Password Validation Form Library for React! This library offers a straightforward password entry component, designed specifically to meet the requirements of an assessment project.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

React Password Validation Form Library

Welcome to the Password Validation Form Library for React! This library offers a straightforward password entry component, designed specifically to meet the requirements of an assessment project.

Why Use This Library?

In response to the needs of an assessment project, we developed this library to fulfill the following password entry criteria using React:

  • Two input fields for user entry (ensuring both inputs match)
  • Minimum password length of 6 characters
  • At least 1 uppercase character
  • At least 1 lowercase character
  • At least 1 number
  • At least 1 special character (!@#$%^&*()_-+={[}]|:;"'<,>.)
  • Submit button triggering validation and presenting success or reasons for password entry failure

Requirements

Task:

  1. Implement a password entry library in React.
  2. Ensure validation based on specified criteria.
  3. Display success or failure messages.

Installation

To integrate this library into your project, follow these simple steps:

npm install akaragiannis-password-form-validation

Usage

Import the component from the npm package

import { PasswordForm } from "akaragiannis-password-form-validation";

In your functional component's return statement, include

<PasswordForm />

This component does not accept any props as it is designed to be simple and easy to use.

Examples

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Navigate to the examples/simple-example directory.
  4. Start the development server using npm run dev.
  5. Visit http://localhost:5173/ in your preferred browser.

Development

If you are contributing to the development of this library, follow these steps:

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Navigate to the examples/simple-example directory.
  4. Start the development server using npm run dev.
  5. Visit http://localhost:5173/ in your browser.

In your code, import the PasswordForm component from the local development version:

import { PasswordForm } from "@form-validation/password";

Releasing

We adhere to semantic versioning, and the release process is automated through 'semantic-release'.

Missing Features

Some features are still in progress:

  • Not in scope but would be beneficial: Trigger a callback function passed through props when validation fails or passes with proper validation state, message, and data.
  • PR workflow checks (commit linting, running tests, prettier, lint, etc)
  • Testing

FAQs

Package last updated on 17 Jan 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc