Socket
Socket
Sign inDemoInstall

uglify-js

Package Overview
Dependencies
5
Maintainers
3
Versions
284
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.3 to 2.3.4

11

lib/parse.js

@@ -591,5 +591,6 @@ /***********************************************************************

options = defaults(options, {
strict : false,
filename : null,
toplevel : null
strict : false,
filename : null,
toplevel : null,
expression : false
});

@@ -1390,2 +1391,6 @@

if (options.expression) {
return expression(true);
}
return (function(){

@@ -1392,0 +1397,0 @@ var start = S.token;

@@ -248,2 +248,9 @@ /***********************************************************************

function all(array, predicate) {
for (var i = array.length; --i >= 0;)
if (!predicate(array[i]))
return false;
return true;
};
function Dictionary() {

@@ -250,0 +257,0 @@ this._values = Object.create(null);

@@ -6,3 +6,3 @@ {

"main": "tools/node.js",
"version": "2.3.3",
"version": "2.3.4",
"engines": { "node" : ">=0.4.0" },

@@ -9,0 +9,0 @@ "maintainers": [{

Sorry, the diff of this file is not supported yet

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

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