Skip to content

bcrypt update and node 8 drop

Choose a tag to compare

@esarafianou esarafianou released this 14 Sep 12:48
· 10 commits to master since this release
a1a16d5

Breaking Changes

  • Updates bcrypt to version 5.x. This is a breaking change only in case of a passphrase longer than 255 or a passphrase that includes null byte
  • Drops support for node 8 due to bcrypt update

Misc

  • Cleans up code
  • Improves documentation