Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@kevinoid kevinoid released this 02 Oct 23:13
· 12 commits to main since this release
v0.2.0

BREAKING CHANGES

  • Require Node.js >= 16. Drop support for previous versions.

Bug Fixes

  • Don't match digits in the non-string, non-number portion of the regular expression for replacing numbers in JSON. This could cause ReDoS due to super-linear backtracking of malicious input. (f1db670)