New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mangle-css-class-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mangle-css-class-webpack-plugin - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="4.0.3"></a>
## [4.0.3](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v4.0.2...v4.0.3) (2018-06-13)
<a name="4.0.2"></a>

@@ -7,0 +12,0 @@ ## [4.0.2](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v4.0.1...v4.0.2) (2018-06-13)

2

lib/plugin.js

@@ -25,3 +25,3 @@ const optimizer = require('./optimizer');

compiler.plugin('compilation', (compilation) => {
compilation.hook('optimize-chunk-assets', runner(compiler, compilation, this.opts));
compilation.plugin('optimize-chunk-assets', runner(compiler, compilation, this.opts));
});

@@ -28,0 +28,0 @@ }

{
"name": "mangle-css-class-webpack-plugin",
"version": "4.0.2",
"version": "4.0.3",
"license": "MIT",

@@ -29,3 +29,9 @@ "description": "Minifies and obfuscates the class names in your existing JavaScript, CSS, and HTML without any modern css modules.",

"homepage": "https://github.com/sndyuk/mangle-css-class-webpack-plugin",
"repository": "https://github.com/sndyuk/mangle-css-class-webpack-plugin.git"
"repository": "https://github.com/sndyuk/mangle-css-class-webpack-plugin.git",
"keywords": [
"Webpack",
"css",
"minify",
"mangle"
]
}
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