We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bcrypt seems to have continued issues with npm. This reduces the trust of the module, and also fails npm builds on projects that include this.
bcrypt
npm
As mentioned here by one user perhaps we should look at switching to bcryptjs?
bcryptjs
It's API is exactly the same (has async hash and compare), so hopefully just the dependency can be changed and it's right to roll.
hash
compare
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
bcrypt
seems to have continued issues withnpm
. This reduces the trust of the module, and also fails npm builds on projects that include this.As mentioned here by one user perhaps we should look at switching to
bcryptjs
?It's API is exactly the same (has async
hash
andcompare
), so hopefully just the dependency can be changed and it's right to roll.The text was updated successfully, but these errors were encountered: