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

gulp-purgecss

Package Overview
Dependencies
Maintainers
2
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 1.2.0 to 2.0.3

lib/gulp-purgecss.d.ts

80

package.json
{
"name": "gulp-purgecss",
"version": "1.2.0",
"version": "2.0.3",
"description": "Gulp plugin for purgecss",
"main": "./lib/gulpPurgecss.js",
"module": "./lib/gulpPurgecss.es.js",
"jsnext:main": "./lib/gulpPurgecss.es.js",
"author": "Ffloriel <florielfedry@gmail.com>",
"homepage": "https://purgecss.com",
"keywords": [
"optimize",
"optimization",
"remove",
"unused",
"css",
"gulpplugin",
"gulp",
"plugin",
"purge",
"uncss"
],
"license": "MIT",
"main": "lib/gulp-purgecss.js",
"module": "./lib/gulp-purgecss.esm.js",
"types": "./lib/gulp-purgecss.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__",
"example": "example"
"test": "__tests__"
},
"files": [
"/lib"
"lib"
],
"scripts": {
"test": "npx jest",
"build": "rollup -c rollup.config.js",
"lint": "npx eslint -c .eslintrc src/",
"prettier": "npx prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/gulp-purgecss.git"
"url": "git+https://github.com/FullHuman/purgecss.git"
},
"keywords": [
"gulpplugin",
"purgecss",
"optimize",
"remove",
"css",
"unused"
],
"author": "Ffloriel",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullHuman/gulp-purgecss/issues"
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"homepage": "https://github.com/FullHuman/gulp-purgecss#readme",
"dependencies": {
"glob": "^7.1.6",
"plugin-error": "^1.0.1",
"purgecss": "^2.0.3",
"through2": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.7.1",
"eslint": "^5.16.0",
"jest": "^24.7.1",
"prettier": "^1.17.0",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"@types/through2": "^2.0.34",
"@types/vinyl": "^2.0.4",
"vinyl": "^2.2.0"
},
"dependencies": {
"glob": "^7.1.2",
"plugin-error": "^1.0.1",
"purgecss": "^1.3.0",
"through2": "^2.0.3"
}
"bugs": {
"url": "https://github.com/FullHuman/purgecss/issues"
},
"gitHead": "8219ff4f78e3fbea93a2e2aceeaef83be3659831"
}

Sorry, the diff of this file is not supported yet

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