Socket
Socket
Sign inDemoInstall

terser-webpack-plugin

Package Overview
Dependencies
76
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.8 to 5.3.9

3

dist/index.js

@@ -31,3 +31,4 @@ "use strict";

/** @typedef {string | string[] | RegExp | RegExp[]} Rules */
/** @typedef {RegExp | string} Rule */
/** @typedef {Rule[] | Rule} Rules */

@@ -34,0 +35,0 @@ /**

{
"name": "terser-webpack-plugin",
"version": "5.3.8",
"version": "5.3.9",
"description": "Terser plugin for webpack",

@@ -99,3 +99,3 @@ "license": "MIT",

"uglify-js": "^3.17.4",
"webpack": "^5.77.0",
"webpack": "^5.83.1",
"webpack-cli": "^4.10.0",

@@ -102,0 +102,0 @@ "worker-loader": "^3.0.8"

@@ -11,3 +11,3 @@ <div align="center">

[![cover][cover]][cover-url]
[![chat][chat]][chat-url]
[![discussion][discussion]][discussion-url]
[![size][size]][size-url]

@@ -932,5 +932,5 @@

[cover-url]: https://codecov.io/gh/webpack-contrib/terser-webpack-plugin
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
[chat-url]: https://gitter.im/webpack/webpack
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
[discussion-url]: https://github.com/webpack/webpack/discussions
[size]: https://packagephobia.now.sh/badge?p=terser-webpack-plugin
[size-url]: https://packagephobia.now.sh/result?p=terser-webpack-plugin

@@ -84,2 +84,3 @@ export = TerserPlugin;

TraceMap,
Rule,
Rules,

@@ -139,3 +140,4 @@ ExtractCommentsFunction,

type TraceMap = import("@jridgewell/trace-mapping").TraceMap;
type Rules = string | string[] | RegExp | RegExp[];
type Rule = RegExp | string;
type Rules = Rule[] | Rule;
type ExtractCommentsFunction = (

@@ -142,0 +144,0 @@ astNode: any,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc