Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
akaragiannis-password-form-validation
Advanced tools
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.
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.
In response to the needs of an assessment project, I developed this library to fulfill the following password entry criteria using React:
React: 16.7.0+ Typescript: 5.0.0+
Works both on Javascript & Typescript React projects.
Prerequisites: 'react' & 'react-dom'
To integrate this library into your project, follow these simple steps:
npm install akaragiannis-password-form-validation
Import the component from the npm package
import { PasswordForm } from "akaragiannis-password-form-validation";
In your JSX/TSX, include
<PasswordForm />
This component does not accept any props as it is designed to be simple and easy to use.
Feel free to view in CodeSandBox or
npm install
.npm run build --workspaces
.npm run dev -w examples/simple-example-typescript
.This repository adheres to semantic versioning, and the release process is automated through 'semantic-release' & github actions. Angular conventional commit messages are required.
Once a new commit is pushed into the main branch, a github action is dispatched that tests, builds, creates a new versioned release and publishes it to both github & npm while attaching all patch notes.
Some features are still in progress:
FAQs
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.
The npm package akaragiannis-password-form-validation receives a total of 0 weekly downloads. As such, akaragiannis-password-form-validation popularity was classified as not popular.
We found that akaragiannis-password-form-validation 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.