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

gulp-purgecss

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-purgecss - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

100

package.json
{
"name": "gulp-purgecss",
"version": "0.2.0",
"description": "Gulp plugin for purgecss",
"main": "./lib/gulpPurgecss.js",
"module": "./lib/gulpPurgecss.es.js",
"jsnext:main": "./lib/gulpPurgecss.es.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"scripts": {
"test": "jest",
"build": "rollup -c rollup.config.js",
"lint": "eslint -c .eslintrc src/",
"prettier": "prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/gulp-purgecss.git"
},
"keywords": [
"gulpplugin",
"purgecss",
"optimize",
"css",
"unused"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullHuman/gulp-purgecss/issues"
},
"homepage": "https://github.com/FullHuman/gulp-purgecss#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.2.0",
"jest": "^20.0.4",
"prettier": "^1.5.3",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"vinyl": "^2.1.0"
},
"dependencies": {
"gulp-util": "^3.0.8",
"purgecss": "^0.2.0",
"through2": "^2.0.3"
}
"name": "gulp-purgecss",
"version": "0.3.0",
"description": "Gulp plugin for purgecss",
"main": "./lib/gulpPurgecss.js",
"module": "./lib/gulpPurgecss.es.js",
"jsnext:main": "./lib/gulpPurgecss.es.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"scripts": {
"test": "jest",
"build": "rollup -c rollup.config.js",
"lint": "eslint -c .eslintrc src/",
"prettier": "prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/gulp-purgecss.git"
},
"keywords": [
"gulpplugin",
"purgecss",
"optimize",
"css",
"unused"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullHuman/gulp-purgecss/issues"
},
"homepage": "https://github.com/FullHuman/gulp-purgecss#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.3.0",
"jest": "^20.0.4",
"prettier": "^1.5.3",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"vinyl": "^2.1.0"
},
"dependencies": {
"gulp-util": "^3.0.8",
"purgecss": "^0.3.1",
"through2": "^2.0.3"
}
}
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