Skip to content

Releases: kevinoid/json-replace-exponentials

v0.2.0

02 Oct 23:13
v0.2.0
Compare
Choose a tag to compare

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)

v0.1.0

31 Mar 21:58
v0.1.0
Compare
Choose a tag to compare
  • Initial release.