Password entropy implementation in JavaScript (ES6).
This library will calculate the entropy of provided passwords.
npm i --save @rabbit-company/password-entropy
import PasswordEntropy from "@rabbit-company/password-entropy";
PasswordEntropy.calculate(password);