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

gulp-clean-css

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-clean-css - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

CHANGELOG.md

25

package.json
{
"name": "gulp-clean-css",
"description": "Minify css with clean-css.",
"version": "2.0.0",
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"version": "2.0.1",
"author": "scniro",

@@ -14,2 +15,14 @@ "license": "MIT",

],
"keywords": [
"css",
"clean",
"minify",
"uglify",
"clean-css",
"minify-css",
"gulp-minify-css",
"gulp-clean-css",
"gulpplugin",
"gulpfriendly"
],
"dependencies": {

@@ -24,4 +37,12 @@ "clean-css": "^3.4.9",

"devDependencies": {
"gulp": "^3.9.1"
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"vinyl": "^1.1.1",
"vinyl-buffer": "^1.0.0"
},
"scripts": {
"test": "gulp test"
}
}
# gulp-clean-css
[![Build Status](https://img.shields.io/travis/scniro/gulp-clean-css.svg?style=flat-square)](https://travis-ci.org/scniro/gulp-clean-css)
[![NPM Version](https://img.shields.io/npm/v/gulp-clean-css.svg?style=flat-square)](https://www.npmjs.com/package/gulp-clean-css)
[![Dependency Status](https://img.shields.io/david/scniro/gulp-clean-css.svg?label=deps&style=flat-square)](https://david-dm.org/scniro/gulp-clean-css)
[![devDependency Status](https://img.shields.io/david/dev/scniro/gulp-clean-css.svg?label=devDeps&style=flat-square)](https://david-dm.org/scniro/gulp-clean-css#info=devDependencies)
> [gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css](https://github.com/jakubpawlowicz/clean-css)

@@ -13,3 +18,3 @@

```
npm install --save-dev gulp-clean-css
npm install gulp-clean-css --save-dev
```

@@ -16,0 +21,0 @@

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