Skip to content

1.5.1

Compare
Choose a tag to compare
@paulmillr paulmillr released this 18 Jan 22:08
· 211 commits to main since this release
1.5.1
236c692
  • Fixes an issue where node.js Buffer input was mutated. #45
    • This happened because node.js buffer.slice() is mutable, while Uint8Array is immutable