gulp-minify-css
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"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": [ |
@@ -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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69
9456
1