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.0 to 0.2.1

12

index.js

@@ -24,3 +24,2 @@ /* jshint node:true */

function gulpcsso(optimise) {
var optimise = arguments[0];
var stream = new transform({ objectMode: true });

@@ -52,14 +51,3 @@

gulpcsso.cssoTransform = cssoTransform;
module.exports = gulpcsso;
/*
module.exports = function() {
// Use csso(true) to turn structure minimization off.
var optimise = (arguments.length > 0) ? arguments[0] : false;
return map(function(file, cb) {
file.contents = new Buffer(csso.justDoIt(String(file.contents), optimise));
cb(null, file);
});
};
*/

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

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