Socket
Socket
Sign inDemoInstall

terser-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terser-webpack-plugin - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [3.0.6](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.5...v3.0.6) (2020-06-18)
### Bug Fixes
* do not crash on buffer assets ([3c67023](https://github.com/webpack-contrib/terser-webpack-plugin/commit/3c670238952ddd5cbbf17f223e13a921f3b76521))
### [3.0.5](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.4...v3.0.5) (2020-06-15)

@@ -7,0 +14,0 @@

4

dist/index.js

@@ -192,2 +192,6 @@ "use strict";

inputSourceMap = null;
}
if (Buffer.isBuffer(input)) {
input = input.toString();
} // Handling comment extraction

@@ -194,0 +198,0 @@

7

package.json
{
"name": "terser-webpack-plugin",
"version": "3.0.5",
"version": "3.0.6",
"description": "Terser plugin for webpack",

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

"source-map": "^0.6.1",
"terser": "^4.6.13",
"terser": "^4.8.0",
"webpack-sources": "^1.4.3"

@@ -70,5 +70,6 @@ },

"eslint-plugin-import": "^2.21.2",
"file-loader": "^6.0.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.10",
"lint-staged": "^10.2.11",
"memfs": "^3.2.0",

@@ -75,0 +76,0 @@ "npm-run-all": "^4.1.5",

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