Socket
Socket
Sign inDemoInstall

purgecss

Package Overview
Dependencies
70
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.1 to 0.19.0

6

CHANGELOG.md
# Changelog
# v.0.19.0 - 2018-01-14
* https://github.com/FullHuman/purgecss/pull/34, fix https://github.com/FullHuman/purgecss/issues/33
* Update dependencies
* Modify Rollup configuration: remove commonjs plugin and add glob as external dependency
# v0.18.0 - 2018-01-05

@@ -4,0 +10,0 @@

22

package.json
{
"name": "purgecss",
"version": "0.18.1",
"version": "0.19.0",
"description": "Remove unused css selectors.",

@@ -12,3 +12,4 @@ "main": "./lib/purgecss.js",

"test": "__tests__",
"example": "examples"
"example": "examples",
"doc": "docs"
},

@@ -50,8 +51,8 @@ "files": [

"glob": "^7.1.2",
"postcss": "^6.0.15",
"postcss": "^6.0.16",
"postcss-selector-parser": "^3.1.1",
"yargs": "^10.1.0"
"yargs": "^10.1.1"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-eslint": "^8.2.1",
"babel-plugin-external-helpers": "^6.22.0",

@@ -65,14 +66,13 @@ "babel-plugin-transform-class-properties": "^6.24.1",

"flow-bin": "^0.63.1",
"jest": "^22.0.4",
"prettier": "^1.9.2",
"jest": "^22.0.6",
"prettier": "^1.10.2",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.53.3",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"uglify-es": "^3.3.4"
"uglify-es": "^3.3.7"
},

@@ -79,0 +79,0 @@ "engines": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc