Node.bcrypt.js Versions Save

bcrypt for NodeJs

v5.1.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.0...v5.1.1

v5.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kelektiv/node.bcrypt.js/compare/v5.0.1...v5.1.0

v5.0.1

3 years ago

Update node-pre-gyp to 1.0.0

v5.0.0

3 years ago
  • 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

4 years ago

bcrypt 4.0.1

v4.0.0

4 years ago

NAPI support

v3.0.8

4 years ago
  • Update node-pre-gyp to 0.14
  • Pre-built binaries for NodeJS 13

v3.0.7

4 years ago

bcrypt 3.0.7

v3.0.6

5 years ago

bcrypt 3.0.6

v3.0.5

5 years ago
  • Update nan to 2.13.1
  • NodeJS 12 (nightly) support