🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fabiosantoscode/uglify-es

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fabiosantoscode/uglify-es - npm Package Compare versions

Comparing version
3.7.0
to
3.7.1
+12
tools/colorless-console.js
"use strict"
var Console = require("console").Console;
if (process.version.slice(0, 3) === "v10") {
global.console = new Console({
stdout: process.stdout,
stderr: process.stderr,
colorMode: false
});
}
+1
-1

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

"license": "BSD-2-Clause",
"version": "3.7.0",
"version": "3.7.1",
"engines": {

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

@@ -921,4 +921,4 @@ uglify-es

- `inline_script` (default `false`) -- escape the slash in occurrences of
`</script` in strings
- `inline_script` (default `true`) -- escape HTML comments and the slash in
occurrences of `</script>` in strings

@@ -925,0 +925,0 @@ - `keep_quoted_props` (default `false`) -- when turned on, prevents stripping

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

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

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