Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x15BA88FF authored Jan 1, 2025
1 parent e2ff10a commit 4a95d31
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Setifi

[![Build Status](https://setifijs.netlify.app/resources/brand.png)](https://setifijs.netlify.app/src/)

[![Build Status](https://camo.githubusercontent.com/ae5c26794bd2361513919f6e0c2bf368b5ac0ca1af9b2614d02358ccfa6f0e55/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f657870726573732e737667)](https://www.npmjs.com/package/setifi)

setifi is an npm package made to make password security validation easier and keep users safe from brute-force attacks

# installation

Before installing, download and install [Node.js](https://nodejs.org/). Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

```bash
npm init
```
Expand Down Expand Up @@ -50,9 +47,6 @@ document.getElementById("compareBtn").addEventListener("click", compare);
* password strength checker
* field comparison

## Docs and Community
* [Documantations](https://setifijs.netlify.app/)

# Security Issues
If you discover a security vulnerability in setifi, please see write a comment on the package version on github.

Expand Down

0 comments on commit 4a95d31

Please sign in to comment.