Comparing version 4.3.10 to 4.3.11
# Changelog | ||
## v4.3.11 | ||
- Fixed a problem where `window` was considered safe to access, even though there are situations where it isn't (Node.js, workers...) | ||
- Fixed an error where `++` and `--` were considered side-effect free | ||
- `Number(x)` now needs both `unsafe` and and `unsafe_math` to be compressed into `+x` because `x` might be a `BigInt` | ||
- `keep_fnames` now correctly supports regexes when the function is in a variable declaration | ||
## v4.3.10 | ||
@@ -4,0 +11,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "4.3.10", | ||
"version": "4.3.11", | ||
"engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=6.0.0" |
@@ -323,3 +323,3 @@ <h1><img src="https://terser.org/img/terser-banner-logo.png" alt="Terser" width="400"></h1> | ||
A default exclusion file is provided in `tools/domprops.json` which should | ||
A default exclusion file is provided in `tools/domprops.js` which should | ||
cover most standard JS and DOM properties defined in various browsers. Pass | ||
@@ -326,0 +326,0 @@ `--mangle-props domprops` to disable this feature. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1710369