Skip to content

Releases: kelektiv/node.bcrypt.js

v5.1.1

04 Aug 04:50
33043f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.1.1

v5.1.0

06 Oct 15:18
fc225b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.1.0

v5.0.1

22 Feb 06:26
10eacf5
Compare
Choose a tag to compare

Update node-pre-gyp to 1.0.0

v5.0.0

01 Jun 19:00
61139e6
Compare
Choose a tag to compare
  • Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255.
    It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug
    was unsuccessful.
  • Experimental support for z/OS
  • Fix a bug related to NUL in password input
  • Update node-pre-gyp to 0.15.0

v4.0.1

28 Feb 17:03
87c214f
Compare
Choose a tag to compare

bcrypt 4.0.1

v4.0.0

19 Feb 12:10
4adc386
Compare
Choose a tag to compare

NAPI support

v3.0.8

10 Jan 08:18
5dd9f07
Compare
Choose a tag to compare
  • Update node-pre-gyp to 0.14
  • Pre-built binaries for NodeJS 13

v3.0.7

20 Oct 06:24
4d3a977
Compare
Choose a tag to compare

bcrypt 3.0.7

v3.0.6

14 Apr 05:58
5b9f3a6
Compare
Choose a tag to compare

bcrypt 3.0.6

v3.0.5

19 Mar 12:00
5f5beb5
Compare
Choose a tag to compare
  • Update nan to 2.13.1
  • NodeJS 12 (nightly) support