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

purgecss

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purgecss - npm Package Compare versions

Comparing version 0.16.0 to 0.18.0

6

CHANGELOG.md
# Changelog
# v0.18.0 - 2018-01-05
* Change default extractor regex, fixing https://github.com/FullHuman/purgecss/issues/37
* Update dependencies
* Use files property in package.json: importing only necessary files.
# v0.16.0 - 2017-12-18

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

27

package.json
{
"name": "purgecss",
"version": "0.16.0",
"version": "0.18.0",
"description": "Remove unused css selectors.",

@@ -14,2 +14,3 @@ "main": "./lib/purgecss.js",

},
"files": ["lib/", "flow-typed/", "bin/"],
"bin": "./bin/purgecss",

@@ -38,8 +39,8 @@ "scripts": {

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

@@ -50,16 +51,10 @@ "babel-plugin-transform-class-properties": "^6.24.1",

"codacy-coverage": "^2.0.3",
"eslint": "^4.13.0",
"eslint-config-standard": "^10.2.1",
"eslint": "^4.14.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.61.0",
"jest": "^22.0.1",
"prettier": "^1.9.1",
"jest": "^22.0.4",
"prettier": "^1.9.2",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.52.1",
"rollup-plugin-babel": "^3.0.2",
"rollup": "^0.52.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",

@@ -71,3 +66,3 @@ "rollup-plugin-flow": "^1.1.1",

"rollup-watch": "^4.3.1",
"uglify-es": "^3.2.2"
"uglify-es": "^3.3.4"
},

@@ -74,0 +69,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc