Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uglify-es

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uglify-es - npm Package Compare versions

Comparing version 3.1.8 to 3.1.9

1

lib/output.js

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

self.exported_definition.print(output);
if (self.exported_definition instanceof AST_Definitions) return;
}

@@ -1366,0 +1367,0 @@ if (self.module_name) {

2

package.json

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

"license": "BSD-2-Clause",
"version": "3.1.8",
"version": "3.1.9",
"engines": {

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

@@ -709,2 +709,7 @@ uglify-es

- `reduce_funcs` (default: `true`) -- Allows single-use functions
to be inlined as function expressions when permissible.
Enabled by default. Option depends on `reduce_vars` being enabled.
For speed critical code this option should be disabled.
- `reduce_vars` (default: `true`) -- Improve optimization on variables assigned with and

@@ -711,0 +716,0 @@ used as constant values.

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc