Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

verdaccio-htpasswd@10.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:03
· 209 commits to main since this release
edf4f3b

Minor Changes

  • 287f452: Eliminating all synchronous calls to bcrypt library.

    Change and update password routines are now fully asynchronous when using bcrypt (which is important, since bcrypt is slow).