Skip to content

v3.0.1

Compare
Choose a tag to compare
@terinjokes terinjokes released this 24 Jul 21:53
· 3 commits to master since this release
v3.0.1
c92197d

A relatively small maintenance release.

Fixes

  • If the error from UglifyJS contains column information, append this to the error message (alongside the line number).
  • Buffers are now allocated with Buffer.from, ensuring Buffers never have any private information.
  • The Streams callback is only called once, even if a downstream exits in error.