Skip to content

Releases: scoutforpets/objection-password

Security updates, modernized codebase

05 Sep 20:47
Compare
Choose a tag to compare

This release includes bcrypt 5.x, which includes important security updates (required Node 12+).

In addition, the following updates have been made:

  • Modernized codebase using ES6 goodies
  • Updated dependencies
  • More tests and and updated testing framework

Thanks to @DominicRoyStang for his work on this 🙌

2.x Deprecated

05 Sep 20:37
5b26dd6
Compare
Choose a tag to compare

The 2.x branch has now been deprecated in favor of the 3.x branch. The 3.x contains bcrypt 5.x, which includes important security updates. Unfortunately, bcrypt 5.x is only compatible with Node 12+ so if you can't upgrade to Node 12+, use this release.