Sign In

terser

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terser - npm Package Compare versions

Comparing version
5.47.0
to
5.47.1
+4
-0
CHANGELOG.md
# Changelog
## v5.47.1
- Fix crash when using `mangle.keep_fnames` with destructuring
## v5.47.0

@@ -4,0 +8,0 @@

@@ -861,2 +861,3 @@ /***********************************************************************

&& node instanceof AST_VarDef
&& node.name instanceof AST_Symbol
&& node.value instanceof AST_Lambda

@@ -863,0 +864,0 @@ && !node.value.name

+1
-1

@@ -7,3 +7,3 @@ {

"license": "BSD-2-Clause",
"version": "5.47.0",
"version": "5.47.1",
"engines": {

@@ -10,0 +10,0 @@ "node": ">=10"

Sorry, the diff of this file is too big to display