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.2 to 1.2.3

17

package.json
{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "1.2.2",
"repository": "murphydanger/gulp-minify-css",
"author": "Murphy Danger <jonathan@gnobel.com> (github.com/murphydanger)",
"contributors": [
"Shinnosuke Watanabe <snnskwtnb@gmail.com> (github.com/shinnn)"
],
"keywords": [
"gulpplugin",
"minify",
"optimize",
"optimise",
"compress",
"css",
"clean-css"
],
"version": "1.2.3",
"author": "Murphy Danger",
"license": "MIT",

@@ -20,0 +7,0 @@ "files": [

10

README.md

@@ -5,3 +5,2 @@ # gulp-minify-css

[![Build Status](https://travis-ci.org/murphydanger/gulp-minify-css.svg?branch=master)](https://travis-ci.org/murphydanger/gulp-minify-css)
[![Build status](https://ci.appveyor.com/api/projects/status/eidg7ju694an2i74?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/gulp-minify-css)
[![Coverage Status](https://img.shields.io/coveralls/murphydanger/gulp-minify-css.svg)](https://coveralls.io/r/murphydanger/gulp-minify-css)

@@ -11,4 +10,7 @@ [![Dependency Status](https://img.shields.io/david/murphydanger/gulp-minify-css.svg?label=deps)](https://david-dm.org/murphydanger/gulp-minify-css)

[gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css](https://github.com/jakubpawlowicz/clean-css)
> [gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css](https://github.com/jakubpawlowicz/clean-css)
# Deprecation warning
This package has been deprecated in favor of [`gulp-cssnano`](https://github.com/ben-eb/gulp-cssnano), which should offer more advanced optimizations.
## Regarding Issues

@@ -37,3 +39,3 @@

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.
Options are directly passed to the [`CleanCSS` constructor](https://github.com/jakubpawlowicz/clean-css#how-to-use-clean-css-api) so all the clean-css options are available.

@@ -69,2 +71,2 @@ ```javascript

[MIT](./LICENSE) © [Murphy Danger](https://github.com/murphydanger)
[MIT](./LICENSE) © 2016 [Murphy Danger](https://github.com/murphydanger)
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