Socket
Socket
Sign inDemoInstall

terser

Package Overview
Dependencies
3
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.7 to 4.3.8

4

CHANGELOG.md
# Changelog
## v4.3.8
- Typescript typings fix
## v4.3.7

@@ -4,0 +8,0 @@

2

package.json

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

"license": "BSD-2-Clause",
"version": "4.3.7",
"version": "4.3.8",
"engines": {

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

@@ -17,4 +17,4 @@ /// <reference lib="es2015" />

arrows?: boolean;
booleans_as_integers?: boolean;
booleans?: boolean;
booleans_as_integers?: boolean;
collapse_vars?: boolean;

@@ -58,6 +58,5 @@ comparisons?: boolean;

top_retain?: null | string | string[] | RegExp;
toplevel?: boolean;
typeofs?: boolean;
unsafe_arrows?: boolean;
unsafe?: boolean;
unsafe_arrows?: boolean;
unsafe_comps?: boolean;

@@ -106,6 +105,6 @@ unsafe_Function?: boolean;

ecma?: ECMA;
ie8?: boolean;
indent_level?: number;
indent_start?: number;
inline_script?: boolean;
ie8?: boolean;
keep_quoted_props?: boolean;

@@ -112,0 +111,0 @@ max_line_len?: number | false;

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