Supported Node.js versions: 12, 14, 16, 18, 20, 22, 24, 25.
Node.js 8 and 10 are not tested anymore but should sill work.
No actual code changes in this release -- node-blake2 is considered stable and feature-complete.
In the (almost three) years since the last release of node-blake2, the transitive dependency nan broke on newer Node.js releases (nan 2.18.0 doesn't build against Node >= 22). Although users can fix this easily enough with npm upgrade nan, it's a good time to signal that the node-blake2 project is still maintained.
Changes
- Upgraded nan dependency to 2.24.0 (latest)