node-argon2
node-argon2 copied to clipboard
Type regression between 0.41.1 and 0.43.0 - Buffer type is not generic
I believe changing it to ArrayBuffer | undefined will fix it
This is on v5.6.2 of typescript
When compiling with v5.8.3, Buffer is now generic. However, that means that v0.43.0 is a breaking change for this library.
v0.43.1 reverts to TS 5.6 which should fix this issue for now!