Skip to content

Releases: ranisalt/node-argon2

v0.28.6

02 Jul 14:11
Compare
Choose a tag to compare

Upgrades dependencies and merges fix/downgrade-cxx-standard in an attempt to support outdated compilers in platforms stuck in expired distros.

v0.28.5

01 Mar 19:38
Compare
Choose a tag to compare
  • Fixes packaging issues reported in #261 and #337
  • Fixed handling non-argon2 hashes on verify (#336)

v0.28.4

02 Feb 22:06
Compare
Choose a tag to compare

Upgrades dependencies with vulnerabilities and fixes build on FreeBSD (#335)

v0.28.3

25 Nov 17:49
Compare
Choose a tag to compare
  • Reduce minimum memory cost from 2048 to 1024 (#304)
  • Fix potential UB (#318)
  • Scrub plaintext password from memory after hashing (#323)
  • Upgrade several dependencies to curb ReDoS

ARM64 builds

08 Jun 10:41
Compare
Choose a tag to compare

See #296 for more info

Fix Alpine builds

02 Jun 19:14
Compare
Choose a tag to compare

Since node-gyp was updated, it was requiring Python 3 instead of Python 2 (finally!). This release fixes the build process.

Fixes #301

Bump to minimum requirements

02 Jun 10:17
Compare
Choose a tag to compare

Drops support for Node 10.x and Ubuntu 16.04, upgrade to Node 12.x and Ubuntu 18.04 if you need the latest updates. Older versions do not provide required features for node-argon2 to work properly.

Solves #300

Dependency update

30 Apr 16:59
Compare
Choose a tag to compare

Upgrades to node-gyp v8, as v7.x was causing issues when compiling on OS X. See #295 for more information.

Security update

31 Mar 20:46
Compare
Choose a tag to compare

Upgrades dependencies to fix a security vulnerability

Security update

11 Dec 23:42
7342ced
Compare
Choose a tag to compare

Upgrades dependencies to fix a security vulnerability