terser 5.12.1 → 5.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.13.0
4
+
5
+ - All calls to eval() were removed (#1171, #1184)
6
+ - `source-map` was updated to 0.8.0-beta.0 (#1164)
7
+ - NavigatorUAData was added to domprops to avoid property mangling (#1166)
8
+
3
9
  ## v5.12.1
4
10
 
5
11
  - Fixed an issue with function definitions inside blocks (#1155)