npm verdaccio 5.13.0

latest releases: 8.0.0-next-8.2, 6.0.0, 6.0.0-rc.1...
2 years ago

5.13.0 (2022-06-17)

Features

Enable more algorithms for hasing password only for htpasswd plugin, crypt by default to avoid breaking changes for next major release bcrypt is highly recommended.

auth:
  htpasswd:
    file: ./htpasswd
    # Maximum amount of users allowed to register, defaults to "+inf".
    # You can set this to -1 to disable registration.
    # max_users: 1000
    # Hash algorithm, possible options are: "bcrypt", "md5", "sha1", "crypt".
    algorithm: bcrypt # by default is crypt, but is recommended use bcrypt for new installations
    # Rounds number for "bcrypt", will be ignored for other algorithms.
    rounds: 10

ref verdaccio/monorepo#580

Don't miss a new verdaccio release

NewReleases is sending notifications on new releases.