uglify-js
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -912,4 +912,7 @@ /*********************************************************************** | ||
: expression(true, true); | ||
if (is("operator", "in")) | ||
if (is("operator", "in")) { | ||
if (init[0] == "var" && init[1].length > 1) | ||
croak("Only one variable declaration allowed in for..in loop"); | ||
return for_in(init); | ||
} | ||
} | ||
@@ -916,0 +919,0 @@ return regular_for(init); |
@@ -12,3 +12,3 @@ { | ||
"version" : "1.2.3", | ||
"version" : "1.2.4", | ||
@@ -15,0 +15,0 @@ "main" : "./uglify-js.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1327378
109
28036
3