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 5.0.7 to 5.0.8

2

CHANGELOG.md

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

### [5.0.8](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v5.0.7...v5.0.8) (2022-05-22)
### [5.0.7](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v5.0.6...v5.0.7) (2022-01-05)

@@ -7,0 +9,0 @@

2

lib/optimizer.js

@@ -24,3 +24,3 @@ const chalk = require('./chalk');

} else if (file.match(/.+\.js.*$/) || file.match(/.+\.html.*$/)) {
classnameRegex = new RegExp(`["'.\\\s](${opts.classNameRegExp})`, 'g');
classnameRegex = new RegExp(`["'\`.\\\s](${opts.classNameRegExp})`, 'g');
}

@@ -27,0 +27,0 @@ if (!classnameRegex) {

{
"name": "mangle-css-class-webpack-plugin",
"version": "5.0.7",
"version": "5.0.8",
"license": "MIT",

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

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