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 0.21.0 to 1.0.0

4

lib/gulpPurgecss.es.js

@@ -35,3 +35,5 @@ import through from 'through2';

content: getFiles(options.content),
css: [file.contents.toString()],
css: [{
raw: file.contents.toString()
}],
stdin: true

@@ -38,0 +40,0 @@ });

@@ -39,3 +39,5 @@ 'use strict';

content: getFiles(options.content),
css: [file.contents.toString()],
css: [{
raw: file.contents.toString()
}],
stdin: true

@@ -42,0 +44,0 @@ });

{
"name": "gulp-purgecss",
"version": "0.21.0",
"version": "1.0.0",
"description": "Gulp plugin for purgecss",

@@ -16,3 +16,3 @@ "main": "./lib/gulpPurgecss.js",

"build": "rollup -c rollup.config.js",
"lint": "eslint -c .eslintrc src/",
"lint": "npx eslint -c .eslintrc src/",
"prettier": "npx prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote src/index.js"

@@ -40,9 +40,9 @@ },

"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"jest": "^22.4.3",
"prettier": "^1.11.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"jest": "^22.4.4",
"prettier": "^1.12.1",
"rollup": "^0.59.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",

@@ -54,5 +54,5 @@ "vinyl": "^2.1.0"

"plugin-error": "^1.0.1",
"purgecss": "^0.21.0",
"purgecss": "^1.0.0",
"through2": "^2.0.3"
}
}

@@ -7,2 +7,6 @@ # gulp-purgecss

[![David](https://img.shields.io/david/dev/FullHuman/gulp-purgecss.svg)]()
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f41103d5c2754ebeac6e7701a142bb17)](https://www.codacy.com/app/FullHuman/gulp-purgecss?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/gulp-purgecss&utm_campaign=Badge_Grade)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![npm](https://img.shields.io/npm/v/gulp-purgecss.svg)](https://www.npmjs.com/package/gulp-purgecss)
[![license](https://img.shields.io/github/license/fullhuman/gulp-purgecss.svg)]()

@@ -9,0 +13,0 @@

@@ -22,3 +22,7 @@ import through from 'through2'

content: getFiles(options.content),
css: [file.contents.toString()],
css: [
{
raw: file.contents.toString()
}
],
stdin: true

@@ -25,0 +29,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