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

purgecss-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purgecss-webpack-plugin - npm Package Compare versions

Comparing version 0.18.0 to 0.19.0

33

package.json
{
"name": "purgecss-webpack-plugin",
"version": "0.18.0",
"version": "0.19.0",
"description": "Purgecss plugin for webpack - Remove unused css",

@@ -13,3 +13,5 @@ "main": "./lib/purgecss-webpack-plugin.js",

},
"files": ["lib/"],
"files": [
"lib/"
],
"scripts": {

@@ -20,4 +22,3 @@ "build": "rollup -c rollup.config.js",

"lint": "eslint -c .eslintrc src/",
"prettier":
"npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'"
"prettier": "npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'"
},

@@ -28,3 +29,9 @@ "repository": {

},
"keywords": ["webpack-plugin", "purgecss", "remove", "unused", "css"],
"keywords": [
"webpack-plugin",
"purgecss",
"remove",
"unused",
"css"
],
"author": "Ffloriel",

@@ -37,3 +44,3 @@ "license": "MIT",

"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-eslint": "^8.2.1",
"babel-plugin-external-helpers": "^6.22.0",

@@ -44,11 +51,11 @@ "babel-plugin-syntax-object-rest-spread": "^6.13.0",

"codacy-coverage": "^2.0.3",
"css-loader": "^0.28.7",
"eslint": "^4.14.0",
"css-loader": "^0.28.8",
"eslint": "^4.15.0",
"extract-text-webpack-plugin": "^3.0.2",
"jest": "^22.0.4",
"prettier": "^1.9.2",
"rollup": "^0.53.3",
"jest": "^22.0.6",
"prettier": "^1.10.2",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-watch": "^4.3.1",

@@ -58,5 +65,5 @@ "webpack": "^3.10.0"

"dependencies": {
"purgecss": "^0.18.0",
"purgecss": "^0.19.0",
"webpack-sources": "^1.1.0"
}
}
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