1.1.5 • Published 2 years ago

pwd-check v1.1.5

Weekly downloads
1
License
ISC
Repository
github
Last release
2 years ago

pwd-check

Build Status Coverage Status Known Vulnerabilities code style: prettier

NPM

A simple CLI tool to check if a password has been pwned using https://haveibeenpwned.com API.


Getting Started

Install the npm package globally:

npm install -g pwd-check

Run the tool:

pwd-check

Prerequisites

It's recommended to use Node.js version >= 14.0.0 to run this package.

Installing

Clone the GitHub repository:

git clone git@github.com:ClaudioCorridore/pwd-check.git

Navigate to the cloned project folder:

cd pwd-check

Install the npm dependencies:

npm install

Build the project:

npm run build

Running the tests

To run the tests:

npm test

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

1.1.5

2 years ago

1.1.4

2 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago