Socket
Socket
Sign inDemoInstall

uglify-js

Package Overview
Dependencies
0
Maintainers
3
Versions
284
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

package.json~

5

lib/parse-js.js

@@ -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);

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc