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

gulp-minify-css

Package Overview
Dependencies
Maintainers
1
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 0.3.7 to 0.3.8

4

package.json
{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "0.3.7",
"version": "0.3.8",
"repository": "https://github.com/jonathanepollack/gulp-minify-css.git",

@@ -15,3 +15,3 @@ "homepage": "https://github.com/jonathanepollack/gulp-minify-css",

"gulp-util": "~2.2.13",
"clean-css": "~2.2.8",
"clean-css": "~2.2.13",
"through2": "^0.5.1",

@@ -18,0 +18,0 @@ "bufferstreams": "0.0.1",

@@ -49,3 +49,3 @@ var gulp = require('gulp'),

file.contents.pipe(es.wait(function(err, data) {
expect(expected).to.be.equal(data);
expect(expected).to.be.equal(data.toString());
done();

@@ -91,2 +91,2 @@ }));

});
});
});
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