New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 0.1.1

2

index.js

@@ -9,5 +9,5 @@ var es = require('event-stream');

return es.map(function(file, cb) {
file.contents = csso.justDoIt(String(file.contents), optimise);
file.contents = new Buffer(csso.justDoIt(String(file.contents), optimise));
cb(null, file);
});
};
{
"name": "gulp-csso",
"version": "0.1.0",
"version": "0.1.1",
"description": "Run csso with gulp.",

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

# gulp-csso
Run [https://github.com/css/csso](csso) with Gulp, the streaming build system.
Run csso with Gulp, the streaming build system.
https://npmjs.org/package/csso
## Installation

@@ -6,0 +8,0 @@

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