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

gulp-minify-css

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-minify-css - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

## [1.2.1] - 2015-08-23
- dependency
* Bump [object-assign](https://github.com/sindresorhus/object-assign) to v3.0.0
## [1.2.0] - 2015-06-25

@@ -7,0 +12,0 @@

4

package.json
{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "1.2.0",
"version": "1.2.1",
"repository": "murphydanger/gulp-minify-css",

@@ -33,3 +33,3 @@ "author": "Jonathan Pollack <jonathan@gnobel.com> (gnobel.com)",

"gulp-util": "^3.0.5",
"object-assign": "^3.0.0",
"object-assign": "^4.0.1",
"readable-stream": "^2.0.0",

@@ -36,0 +36,0 @@ "vinyl-bufferstream": "^1.0.1",

@@ -7,10 +7,10 @@ # gulp-minify-css

[![Coverage Status](https://img.shields.io/coveralls/murphydanger/gulp-minify-css.svg)](https://coveralls.io/r/murphydanger/gulp-minify-css)
[![Dependency Status](https://img.shields.io/david/murphydanger/gulp-minify-css.svg?label=deps)](https://david-dm.org/lmtm/gulp-front-matter)
[![devDependency Status](https://img.shields.io/david/dev/murphydanger/gulp-minify-css.svg?label=devDeps)](https://david-dm.org/lmtm/gulp-front-matter#info=devDependencies)
[![Dependency Status](https://img.shields.io/david/murphydanger/gulp-minify-css.svg?label=deps)](https://david-dm.org/murphydanger/gulp-minify-css)
[![devDependency Status](https://img.shields.io/david/dev/murphydanger/gulp-minify-css.svg?label=devDeps)](https://david-dm.org/murphydanger/gulp-minify-css#info=devDependencies)
[gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css]
[gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css](https://github.com/jakubpawlowicz/clean-css)
## Regarding Issues
This is just a simple [gulp](https://github.com/gulpjs/gulp) plugin, which means it's nothing more than a thin wrapper around `clean-css`. If it looks like you are having CSS related issues, please contact [clean-css]. Only create a new issue if it looks like you're having a problem with the plugin itself.
This is just a simple [gulp](https://github.com/gulpjs/gulp) plugin, which means it's nothing more than a thin wrapper around `clean-css`. If it looks like you are having CSS related issues, please contact [clean-css](https://github.com/jakubpawlowicz/clean-css/issues). Only create a new issue if it looks like you're having a problem with the plugin itself.

@@ -34,3 +34,3 @@ ## Installation

*options*: `Object`
Return: `Object` ([stream.Tansform](https://nodejs.org/docs/latest/api/stream.html#stream_class_stream_transform))
Return: `Object` ([stream.Transform](https://nodejs.org/docs/latest/api/stream.html#stream_class_stream_transform))

@@ -69,3 +69,1 @@ Options are directly passed to the [`CleanCSS` constructor](https://github.com/jakubpawlowicz/clean-css#how-to-use-clean-css-programmatically) so all the clean-css options are available.

[MIT](./LICENSE) © [Jonathan Pollack](https://github.com/murphydanger)
[clean-css]: https://github.com/jakubpawlowicz/clean-css
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