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

gulp-csso

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-csso - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

6

package.json
{
"name": "gulp-csso",
"version": "0.2.7",
"version": "0.2.8",
"description": "Minify CSS with CSSO.",

@@ -32,7 +32,7 @@ "license": "MIT",

"clear": "0.0.1",
"gulp": "~3.5.2",
"gulp": "~3.6.1",
"gulp-mocha": "~0.4.1",
"gulp-jshint": "~1.5.0",
"jshint-stylish": "~0.1.5",
"mocha": "~1.17.1",
"mocha": "~1.18.2",
"event-stream": "~3.1.0"

@@ -39,0 +39,0 @@ },

@@ -30,8 +30,4 @@ # [gulp](https://github.com/wearefractal/gulp)-csso [![Build Status](https://travis-ci.org/ben-eb/gulp-csso.svg?branch=master)](https://travis-ci.org/ben-eb/gulp-csso) [![NPM version](https://badge.fury.io/js/gulp-csso.svg)](http://badge.fury.io/js/gulp-csso) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-csso.svg)](https://gemnasium.com/ben-eb/gulp-csso)

### csso(false) *or* csso()
### csso(structureMinimization)
The default is to use structure minimization for maximum compression. See [the CSSO description](http://bem.info/tools/optimizers/csso/description/) for more information.
### csso(true)
Pass true instead if you want to disable this feature.
A boolean value; the default is to use structure minimization for maximum compression, by passing false (or no parameters). See [the CSSO description](http://bem.info/tools/optimizers/csso/description/) for more information. Pass true instead if you want to disable this feature.
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