Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aofl/html-webpack-purify-internal-css-plugin

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/html-webpack-purify-internal-css-plugin - npm Package Compare versions

Comparing version 3.0.0-beta.32 to 3.0.0-beta.35

LICENSE.md

8

modules/purifycss-plugin/index.js

@@ -36,6 +36,4 @@ const parse5 = require('parse5');

level: 'auto' || 'whitelist' || 'all' || 'none',
purifyCSS: {
minify: true,
purgeCss: {
rejected: false,
info: false,
whitelist: []

@@ -45,6 +43,6 @@ }

this.options.purifyCSS.output = false; // force
this.options.purgeCss.output = false; // force
if (this.options.level === 'all') {
this.options.purifyCSS.whitelist = [];
this.options.purgeCss.whitelist = [];
}

@@ -51,0 +49,0 @@ }

{
"name": "@aofl/html-webpack-purify-internal-css-plugin",
"version": "3.0.0-beta.32",
"version": "3.0.0-beta.35",
"description": "",

@@ -23,3 +23,4 @@ "main": "index.js",

"purgecss": "^1.3.0"
}
},
"gitHead": "6506e91bedeb6cd9a30c22f437603e14e02a3ca3"
}
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